summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-27Teach planner about more monotonic window functionsDavid Rowley
2023-01-27Fix behavior with pg_restore -l and compressed dumpsMichael Paquier
2023-01-26Improve TimestampDifferenceMilliseconds to cope with overflow sanely.Tom Lane
2023-01-26Code review for commit 05a7be935.Tom Lane
2023-01-26Doc: use less-awkward phrasing.Tom Lane
2023-01-26DROP ROLE regress_role_limited_admin at end of testRobert Haas
2023-01-26Don't install postmaster symlink anymorePeter Eisentraut
2023-01-26Remove gratuitous references to postmaster programPeter Eisentraut
2023-01-26Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan
2023-01-26Clarify documentation for CLUSTER on partitioned tables.Jeff Davis
2023-01-26Make auto_explain print the query identifier in verbose modeMichael Paquier
2023-01-26Fix rare sharedtuplestore.c corruption.Thomas Munro
2023-01-26Revert "Rename contrib module basic_archive to basic_wal_module"Michael Paquier
2023-01-25Doc: update VACUUM VERBOSE freezing tip.Peter Geoghegan
2023-01-25Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan
2023-01-25plpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCEAndres Freund
2023-01-25plpython: Avoid the need to redefine *printf macrosAndres Freund
2023-01-25Avoid type cheats for invalid dsa_handles and dshash_table_handles.Tom Lane
2023-01-25doc: Fix network_ops -> inet_ops in SpGiST operator class listMichael Paquier
2023-01-25Rename contrib module basic_archive to basic_wal_moduleMichael Paquier
2023-01-25Process pending postmaster work before connections.Thomas Munro
2023-01-24Update more obsolete multixact.c comments.Peter Geoghegan
2023-01-24Improve exclude pattern file processing in pgindentAndrew Dunstan
2023-01-24Adjust interaction of CREATEROLE with role properties.Robert Haas
2023-01-24Fix the Drop Database hang.Amit Kapila
2023-01-24libpqwalreceiver: Convert to libpq-be-fe-helpers.hAndres Freund
2023-01-24dblink, postgres_fdw: Handle interrupts during connection establishmentAndres Freund
2023-01-24Add helper library for use of libpq inside the server environmentAndres Freund
2023-01-24Fix error handling in libpqrcv_connect()Andres Freund
2023-01-24Use OFFSET 0 instead of ORDER BY to stop subquery pullupDavid Rowley
2023-01-23Fix LATERAL join test in test memoize.sqlDavid Rowley
2023-01-23Fix XLogPageRead() commentPeter Eisentraut
2023-01-23Add non-decimal integer support to type numeric.Dean Rasheed
2023-01-23Fix pgindent --show-diff option.Tom Lane
2023-01-23Remove special outfuncs/readfuncs handling of RangeVar.catalogname.Tom Lane
2023-01-23Add a test using ldapbindpasswd in pg_hba.confAndrew Dunstan
2023-01-23Restructure Ldap TAP testAndrew Dunstan
2023-01-23Add non-destructive modes to pgindentAndrew Dunstan
2023-01-23Optimise numeric division for 3 and 4 base-NBASE digit divisors.Dean Rasheed
2023-01-23Run pgindent on heapam.cDavid Rowley
2023-01-23Fix and clarify function comment on LogicalTapeSetCreate.Heikki Linnakangas
2023-01-23Harden new parallel string_agg/array_agg regression testDavid Rowley
2023-01-23pg_walinspect: Add pg_get_wal_fpi_info()Michael Paquier
2023-01-23Allow parallel aggregate on string_agg and array_aggDavid Rowley
2023-01-22Track logrep apply workers' last start times to avoid useless waits.Tom Lane
2023-01-21Allow REPLICA IDENTITY to be set on an index that's not (yet) valid.Tom Lane
2023-01-21Reject CancelRequestPacket having unexpected length.Noah Misch
2023-01-21instr_time: Represent time as an int64 on all platformsAndres Freund
2023-01-21Zero initialize uses of instr_time about to trigger compiler warningsAndres Freund
2023-01-21Rework format of comments in headers for nodesMichael Paquier