aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Do assorted mop-up in the planner.Tom Lane2023-01-30
* Make Vars be outer-join-aware.Tom Lane2023-01-30
* Ensure that MERGE recomputes GENERATED expressions properly.Dean Rasheed2023-01-30
* Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila2023-01-30
* Remove unneeded volatile qualifiers from postmaster.c.Thomas Munro2023-01-28
* Minor GUC code refactoring.Tom Lane2023-01-27
* Allow multiple --excludes options in pgindentAndrew Dunstan2023-01-27
* Teach planner about more monotonic window functionsDavid Rowley2023-01-27
* Fix behavior with pg_restore -l and compressed dumpsMichael Paquier2023-01-27
* Improve TimestampDifferenceMilliseconds to cope with overflow sanely.Tom Lane2023-01-26
* Code review for commit 05a7be935.Tom Lane2023-01-26
* DROP ROLE regress_role_limited_admin at end of testRobert Haas2023-01-26
* Don't install postmaster symlink anymorePeter Eisentraut2023-01-26
* Remove gratuitous references to postmaster programPeter Eisentraut2023-01-26
* Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan2023-01-25
* Make auto_explain print the query identifier in verbose modeMichael Paquier2023-01-26
* Fix rare sharedtuplestore.c corruption.Thomas Munro2023-01-26
* Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan2023-01-25
* plpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCEAndres Freund2023-01-25
* plpython: Avoid the need to redefine *printf macrosAndres Freund2023-01-25
* Avoid type cheats for invalid dsa_handles and dshash_table_handles.Tom Lane2023-01-25
* Process pending postmaster work before connections.Thomas Munro2023-01-25
* Update more obsolete multixact.c comments.Peter Geoghegan2023-01-24
* Improve exclude pattern file processing in pgindentAndrew Dunstan2023-01-24
* Adjust interaction of CREATEROLE with role properties.Robert Haas2023-01-24
* Fix the Drop Database hang.Amit Kapila2023-01-24
* libpqwalreceiver: Convert to libpq-be-fe-helpers.hAndres Freund2023-01-23
* Add helper library for use of libpq inside the server environmentAndres Freund2023-01-23
* Fix error handling in libpqrcv_connect()Andres Freund2023-01-23
* Use OFFSET 0 instead of ORDER BY to stop subquery pullupDavid Rowley2023-01-24
* Fix LATERAL join test in test memoize.sqlDavid Rowley2023-01-24
* Fix XLogPageRead() commentPeter Eisentraut2023-01-23
* Add non-decimal integer support to type numeric.Dean Rasheed2023-01-23
* Fix pgindent --show-diff option.Tom Lane2023-01-23
* Remove special outfuncs/readfuncs handling of RangeVar.catalogname.Tom Lane2023-01-23
* Add a test using ldapbindpasswd in pg_hba.confAndrew Dunstan2023-01-23
* Restructure Ldap TAP testAndrew Dunstan2023-01-23
* Add non-destructive modes to pgindentAndrew Dunstan2023-01-23
* Optimise numeric division for 3 and 4 base-NBASE digit divisors.Dean Rasheed2023-01-23
* Run pgindent on heapam.cDavid Rowley2023-01-23
* Fix and clarify function comment on LogicalTapeSetCreate.Heikki Linnakangas2023-01-23
* Harden new parallel string_agg/array_agg regression testDavid Rowley2023-01-23
* Allow parallel aggregate on string_agg and array_aggDavid Rowley2023-01-23
* Track logrep apply workers' last start times to avoid useless waits.Tom Lane2023-01-22
* Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane2023-01-21
* Reject CancelRequestPacket having unexpected length.Noah Misch2023-01-21
* instr_time: Represent time as an int64 on all platformsAndres Freund2023-01-20
* Zero initialize uses of instr_time about to trigger compiler warningsAndres Freund2023-01-20
* Rework format of comments in headers for nodesMichael Paquier2023-01-21
* Move queryjumble.c code to src/backend/nodes/Michael Paquier2023-01-21