index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Do assorted mop-up in the planner.
Tom Lane
2023-01-30
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
*
Ensure that MERGE recomputes GENERATED expressions properly.
Dean Rasheed
2023-01-30
*
Rename GUC logical_decoding_mode to logical_replication_mode.
Amit Kapila
2023-01-30
*
Remove unneeded volatile qualifiers from postmaster.c.
Thomas Munro
2023-01-28
*
Minor GUC code refactoring.
Tom Lane
2023-01-27
*
Allow multiple --excludes options in pgindent
Andrew Dunstan
2023-01-27
*
Teach planner about more monotonic window functions
David Rowley
2023-01-27
*
Fix behavior with pg_restore -l and compressed dumps
Michael Paquier
2023-01-27
*
Improve TimestampDifferenceMilliseconds to cope with overflow sanely.
Tom Lane
2023-01-26
*
Code review for commit 05a7be935.
Tom Lane
2023-01-26
*
DROP ROLE regress_role_limited_admin at end of test
Robert Haas
2023-01-26
*
Don't install postmaster symlink anymore
Peter Eisentraut
2023-01-26
*
Remove gratuitous references to postmaster program
Peter Eisentraut
2023-01-26
*
Revert "Add eager and lazy freezing strategies to VACUUM."
Peter Geoghegan
2023-01-25
*
Make auto_explain print the query identifier in verbose mode
Michael Paquier
2023-01-26
*
Fix rare sharedtuplestore.c corruption.
Thomas Munro
2023-01-26
*
Add eager and lazy freezing strategies to VACUUM.
Peter Geoghegan
2023-01-25
*
plpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCE
Andres Freund
2023-01-25
*
plpython: Avoid the need to redefine *printf macros
Andres Freund
2023-01-25
*
Avoid type cheats for invalid dsa_handles and dshash_table_handles.
Tom Lane
2023-01-25
*
Process pending postmaster work before connections.
Thomas Munro
2023-01-25
*
Update more obsolete multixact.c comments.
Peter Geoghegan
2023-01-24
*
Improve exclude pattern file processing in pgindent
Andrew Dunstan
2023-01-24
*
Adjust interaction of CREATEROLE with role properties.
Robert Haas
2023-01-24
*
Fix the Drop Database hang.
Amit Kapila
2023-01-24
*
libpqwalreceiver: Convert to libpq-be-fe-helpers.h
Andres Freund
2023-01-23
*
Add helper library for use of libpq inside the server environment
Andres Freund
2023-01-23
*
Fix error handling in libpqrcv_connect()
Andres Freund
2023-01-23
*
Use OFFSET 0 instead of ORDER BY to stop subquery pullup
David Rowley
2023-01-24
*
Fix LATERAL join test in test memoize.sql
David Rowley
2023-01-24
*
Fix XLogPageRead() comment
Peter Eisentraut
2023-01-23
*
Add non-decimal integer support to type numeric.
Dean Rasheed
2023-01-23
*
Fix pgindent --show-diff option.
Tom Lane
2023-01-23
*
Remove special outfuncs/readfuncs handling of RangeVar.catalogname.
Tom Lane
2023-01-23
*
Add a test using ldapbindpasswd in pg_hba.conf
Andrew Dunstan
2023-01-23
*
Restructure Ldap TAP test
Andrew Dunstan
2023-01-23
*
Add non-destructive modes to pgindent
Andrew Dunstan
2023-01-23
*
Optimise numeric division for 3 and 4 base-NBASE digit divisors.
Dean Rasheed
2023-01-23
*
Run pgindent on heapam.c
David Rowley
2023-01-23
*
Fix and clarify function comment on LogicalTapeSetCreate.
Heikki Linnakangas
2023-01-23
*
Harden new parallel string_agg/array_agg regression test
David Rowley
2023-01-23
*
Allow parallel aggregate on string_agg and array_agg
David Rowley
2023-01-23
*
Track logrep apply workers' last start times to avoid useless waits.
Tom Lane
2023-01-22
*
Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.
Tom Lane
2023-01-21
*
Reject CancelRequestPacket having unexpected length.
Noah Misch
2023-01-21
*
instr_time: Represent time as an int64 on all platforms
Andres Freund
2023-01-20
*
Zero initialize uses of instr_time about to trigger compiler warnings
Andres Freund
2023-01-20
*
Rework format of comments in headers for nodes
Michael Paquier
2023-01-21
*
Move queryjumble.c code to src/backend/nodes/
Michael Paquier
2023-01-21
[next]