projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2020-11-07
Tom Lane
Fix ecpg's mishandling of B'...' and X'...' literals.
commit
|
commitdiff
|
tree
2020-11-07
Alvaro Herrera
Plug memory leak in index_get_partition
commit
|
commitdiff
|
tree
2020-11-06
Tomas Vondra
Properly detoast data in brin_form_tuple
commit
|
commitdiff
|
tree
2020-11-06
Tom Lane
First-draft release notes for 13.1.
commit
|
commitdiff
|
tree
2020-11-06
Tom Lane
Revert "Accept relations of any kind in LOCK TABLE".
commit
|
commitdiff
|
tree
2020-11-06
Tom Lane
Revert "pg_dump: Lock all relations, not just plain...
commit
|
commitdiff
|
tree
2020-11-05
Tom Lane
Don't throw an error for LOCK TABLE on a self-referenti...
commit
|
commitdiff
|
tree
2020-11-05
Peter Geoghegan
Fix nbtree cleanup-only VACUUM stats inaccuracies.
commit
|
commitdiff
|
tree
2020-11-04
Peter Eisentraut
Enable hash partitioning of text arrays
commit
|
commitdiff
|
tree
2020-11-03
Tomas Vondra
Use INT64_FORMAT to print int64 variables in sort debug
commit
|
commitdiff
|
tree
2020-11-03
Tomas Vondra
Fix get_useful_pathkeys_for_relation for volatile expre...
commit
|
commitdiff
|
tree
2020-11-03
Tom Lane
Guard against core dump from uninitialized subplan.
commit
|
commitdiff
|
tree
2020-11-03
Tom Lane
Allow users with BYPASSRLS to alter their own passwords.
commit
|
commitdiff
|
tree
2020-11-03
Peter Eisentraut
Disallow ALTER TABLE ONLY / DROP EXPRESSION
commit
|
commitdiff
|
tree
2020-11-03
Tom Lane
Fix unportable use of getnameinfo() in pg_hba_file_rule...
commit
|
commitdiff
|
tree
2020-11-02
Tom Lane
Second thoughts on TOAST decompression.
commit
|
commitdiff
|
tree
2020-11-02
Magnus Hagander
Add missing comma in list of SSL versions
commit
|
commitdiff
|
tree
2020-11-02
Michael Paquier
Fix some grammar and typos in comments and docs
commit
|
commitdiff
|
tree
2020-11-02
Michael Paquier
Extend PageIsVerified() to handle more custom options
commit
|
commitdiff
|
tree
2020-11-01
Tom Lane
Fix two issues in TOAST decompression.
commit
|
commitdiff
|
tree
2020-11-01
Tom Lane
Avoid null pointer dereference if error result lacks...
commit
|
commitdiff
|
tree
2020-11-01
Michael Paquier
Preserve index data in pg_statistic across REINDEX...
commit
|
commitdiff
|
tree
2020-10-31
Noah Misch
Reproduce debug_query_string==NULL on parallel workers.
commit
|
commitdiff
|
tree
2020-10-29
Tom Lane
Stabilize timetz test across DST transitions.
commit
|
commitdiff
|
tree
2020-10-28
Tom Lane
Use mode "r" for popen() in psql's evaluate_backtick().
commit
|
commitdiff
|
tree
2020-10-28
Tom Lane
Calculate extraUpdatedCols in query rewriter, not parser.
commit
|
commitdiff
|
tree
2020-10-27
Bruce Momjian
Makefile comment: remove reference to tools/thread...
commit
|
commitdiff
|
tree
2020-10-27
Alvaro Herrera
pg_dump: Lock all relations, not just plain tables
commit
|
commitdiff
|
tree
2020-10-27
Alvaro Herrera
Accept relations of any kind in LOCK TABLE
commit
|
commitdiff
|
tree
2020-10-27
Bruce Momjian
docs: remove reference to src/tools/thread
commit
|
commitdiff
|
tree
2020-10-27
Bruce Momjian
doc: simplify wording of function error affects
commit
|
commitdiff
|
tree
2020-10-26
Bruce Momjian
doc: make blooms docs match reality
commit
|
commitdiff
|
tree
2020-10-25
Tom Lane
Fix corner case for a BEFORE ROW UPDATE trigger returni...
commit
|
commitdiff
|
tree
2020-10-25
David Rowley
Fix incorrect parameter name in a function header comment
commit
|
commitdiff
|
tree
2020-10-24
Tom Lane
Fix ancient bug in ecpg's pthread_once() emulation...
commit
|
commitdiff
|
tree
2020-10-23
Tom Lane
Fix broken XML formatting in EXPLAIN output for increme...
commit
|
commitdiff
|
tree
2020-10-23
Tom Lane
Update time zone data files to tzdata release 2020d.
commit
|
commitdiff
|
tree
2020-10-23
Tom Lane
Sync our copy of the timezone library with IANA release...
commit
|
commitdiff
|
tree
2020-10-21
Tom Lane
Fix connection string handling in psql's \connect command.
commit
|
commitdiff
|
tree
2020-10-21
Alvaro Herrera
Use fast checkpoint in PostgresNode::backup()
commit
|
commitdiff
|
tree
2020-10-20
Alvaro Herrera
Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursion
commit
|
commitdiff
|
tree
2020-10-20
Peter Eisentraut
Avoid invalid alloc size error in shm_mq
commit
|
commitdiff
|
tree
2020-10-20
Amit Kapila
Fix typo in commit 99ae342fc4.
commit
|
commitdiff
|
tree
2020-10-19
Tom Lane
Fix connection string handling in src/bin/scripts/...
commit
|
commitdiff
|
tree
2020-10-19
Tom Lane
Fix list-munging bug that broke SQL function result...
commit
|
commitdiff
|
tree
2020-10-19
Heikki Linnakangas
Misc documentation fixes.
commit
|
commitdiff
|
tree
2020-10-19
Heikki Linnakangas
Fix TRUNCATE doc: ALTER SEQUENCE RESTART is now transac...
commit
|
commitdiff
|
tree
2020-10-19
Heikki Linnakangas
Fix output of tsquery example in docs.
commit
|
commitdiff
|
tree
2020-10-19
Tom Lane
In libpq for Windows, call WSAStartup once and WSAClean...
commit
|
commitdiff
|
tree
2020-10-19
Heikki Linnakangas
Fix doc for full text search distance operator.
commit
|
commitdiff
|
tree
2020-10-19
Magnus Hagander
Update link for pllua
commit
|
commitdiff
|
tree
2020-10-19
David Rowley
Relax some asserts in merge join costing code
commit
|
commitdiff
|
tree
2020-10-19
Amit Kapila
Change the docs for PARALLEL option of Vacuum.
commit
|
commitdiff
|
tree
2020-10-19
Michael Paquier
Fix potential memory leak in pgcrypto
commit
|
commitdiff
|
tree
2020-10-17
Tom Lane
Doc: caution against misuse of 'now' and related dateti...
commit
|
commitdiff
|
tree
2020-10-17
Tom Lane
Update time zone data files to tzdata release 2020c.
commit
|
commitdiff
|
tree
2020-10-17
Tom Lane
Sync our copy of the timezone library with IANA release...
commit
|
commitdiff
|
tree
2020-10-16
Tom Lane
Add missing error check in pgcrypto/crypt-md5.c.
commit
|
commitdiff
|
tree
2020-10-16
Tom Lane
Doc: tweak column widths in synchronous-commit-matrix...
commit
|
commitdiff
|
tree
2020-10-16
Andres Freund
llvmjit: Work around bug in LLVM 3.9 causing crashes...
commit
|
commitdiff
|
tree
2020-10-16
Bruce Momjian
pg_upgrade: remove C99 compiler req. from commit 3c047...
commit
|
commitdiff
|
tree
2020-10-15
Bruce Momjian
pg_upgrade: generate check error for left-over new...
commit
|
commitdiff
|
tree
2020-10-15
Andres Freund
llvmjit: Also copy parameter / return value attributes...
commit
|
commitdiff
|
tree
2020-10-15
Bruce Momjian
doc: improve description of synchronous_commit modes
commit
|
commitdiff
|
tree
2020-10-15
Alvaro Herrera
Fix query in new test to check tables are synced
commit
|
commitdiff
|
tree
2020-10-15
Thomas Munro
Handle EACCES errors from kevent() better.
commit
|
commitdiff
|
tree
2020-10-15
Fujii Masao
doc: Mention that toast_tuple_target affects also colum...
commit
|
commitdiff
|
tree
2020-10-14
Alvaro Herrera
Restore replication protocol's duplicate command tags
commit
|
commitdiff
|
tree
2020-10-14
Thomas Munro
Make WL_POSTMASTER_DEATH level-triggered on kqueue...
commit
|
commitdiff
|
tree
2020-10-13
Tom Lane
Paper over regression failures in infinite_recurse...
commit
|
commitdiff
|
tree
2020-10-12
Tom Lane
Fix GiST buffering build to work when there are include...
commit
|
commitdiff
|
tree
2020-10-12
Tom Lane
Fix memory leak when guc.c decides a setting can't...
commit
|
commitdiff
|
tree
2020-10-12
Noah Misch
Choose ppc compare_exchange constant path for more...
commit
|
commitdiff
|
tree
2020-10-12
Noah Misch
For ppc gcc, implement 64-bit compare_exchange and...
commit
|
commitdiff
|
tree
2020-10-07
Tom Lane
Fix optimization hazard in gram.y's makeOrderedSetArgs...
commit
|
commitdiff
|
tree
2020-10-07
Tom Lane
Prevent internal overflows in date-vs-timestamp and...
commit
|
commitdiff
|
tree
2020-10-07
Tom Lane
Rethink recent fix for pg_dump's handling of extension...
commit
|
commitdiff
|
tree
2020-10-06
Bruce Momjian
pg_upgrade: remove pre-8.4 code and >= 8.4 check
commit
|
commitdiff
|
tree
2020-10-06
Bruce Momjian
pg_upgrade; change major version comparisons to use...
commit
|
commitdiff
|
tree
2020-10-06
Tom Lane
Build EC members for child join rels in the right memor...
commit
|
commitdiff
|
tree
2020-10-06
Magnus Hagander
Further improvements on documentation for pg_dump -t
commit
|
commitdiff
|
tree
2020-10-06
Magnus Hagander
Clarify documentation around pg_dump -t option
commit
|
commitdiff
|
tree
2020-10-05
Bruce Momjian
doc: show functions returning record types and use...
commit
|
commitdiff
|
tree
2020-10-05
Bruce Momjian
docs: clarify the interaction of clientcert and cert...
commit
|
commitdiff
|
tree
2020-10-05
Tom Lane
Fix two latent(?) bugs in equivclass.c.
commit
|
commitdiff
|
tree
2020-10-05
Tom Lane
Doc: fix parameter names in the docs of a couple of...
commit
|
commitdiff
|
tree
2020-10-05
Tom Lane
Improve stability of identity.sql regression test.
commit
|
commitdiff
|
tree
2020-10-03
Bruce Momjian
doc: libpq connection options can override command...
commit
|
commitdiff
|
tree
2020-10-03
Bruce Momjian
doc: clarify the use of ssh port forwarding
commit
|
commitdiff
|
tree
2020-10-01
Tom Lane
Put back explicit setting of replication values within...
commit
|
commitdiff
|
tree
2020-10-01
Heikki Linnakangas
Fix incorrect assertion on number of array dimensions.
commit
|
commitdiff
|
tree
2020-09-30
Alvaro Herrera
Reword partitioning error message
commit
|
commitdiff
|
tree
2020-09-30
Tom Lane
Fix handling of BC years in to_date/to_timestamp.
commit
|
commitdiff
|
tree
2020-09-30
Tom Lane
Remove obsolete replication settings within TAP tests.
commit
|
commitdiff
|
tree
2020-09-30
David Rowley
Doc: Improve clarity on partitioned table limitations
commit
|
commitdiff
|
tree
2020-09-29
Tom Lane
Fix memory leak in plpgsql's CALL processing.
commit
|
commitdiff
|
tree
2020-09-29
Alexander Korotkov
Support for ISO 8601 in the jsonpath .datetime() method
commit
|
commitdiff
|
tree
2020-09-29
Alexander Korotkov
Remove excess space from jsonpath .datetime() default...
commit
|
commitdiff
|
tree
2020-09-29
Fujii Masao
Archive timeline history files in standby if archive_mo...
commit
|
commitdiff
|
tree
2020-09-29
Michael Paquier
Fix progress reporting of REINDEX CONCURRENTLY
commit
|
commitdiff
|
tree
next