summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-28Fix intra-query memory leak when a SRF returns zero rows.Tom Lane
2023-10-28doc: add links to Postgres features introBruce Momjian
2023-10-28doc: comment wording improvementBruce Momjian
2023-10-28Remove PHOT from our default timezone abbreviations list.Tom Lane
2023-10-28Allow relkind 'I' in type_sanity test.Tom Lane
2023-10-28doc: improve text around consistency of statistics valuesBruce Momjian
2023-10-28doc: improve config syncfs wordingBruce Momjian
2023-10-27Clarify the result order of unnest(multirange).Jeff Davis
2023-10-27doc Improve C GUC-related commentsBruce Momjian
2023-10-27doc: wording improvementsBruce Momjian
2023-10-27Teach contrib/amcheck to check the unique constraint violationAlexander Korotkov
2023-10-27Split event_trigger_login test from event_trigger testAlexander Korotkov
2023-10-27Fix minmax-multi distance for extreme interval valuesTomas Vondra
2023-10-27Fix minmax-multi on infinite date/timestamp valuesTomas Vondra
2023-10-27Fix calculation in brin_minmax_multi_distance_dateTomas Vondra
2023-10-27Fix overflow when calculating timestamp distance in BRINTomas Vondra
2023-10-27doc: clarify logical decoding's deadlock of system tablesBruce Momjian
2023-10-27|--- gitweb subject length limit ----------------|-email limit-|Bruce Momjian
2023-10-27Adjust parallel_schedule with event triggers on authenticated loginAlexander Korotkov
2023-10-27Commit b195e6d482 forgot to update meson.build.Amit Kapila
2023-10-27Use shorter file names in the upgrade logical slots test.Amit Kapila
2023-10-27Make UniqueRelInfo a nodeAlexander Korotkov
2023-10-27Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointerMichael Paquier
2023-10-26Optimize various aggregate deserialization functions, take 2David Rowley
2023-10-26Add "Add trailing commas to enum definitions" to .git-blame-ignore-revsPeter Eisentraut
2023-10-26Avoid compiler warning in non-assert buildsAmit Langote
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-26Introduce the concept of read-only StringInfosDavid Rowley
2023-10-26Prevent duplicate RTEPermissionInfo for plain-inheritance parentsAmit Langote
2023-10-26Migrate logical slots to the new node during an upgrade.Amit Kapila
2023-10-25Doc: remove misleading info about ecpg's CONNECT/DISCONNECT DEFAULT.Tom Lane
2023-10-25Remove dead code in pg_ctl.c.Nathan Bossart
2023-10-25Doc fix: Interfacing Extensions to IndexesJeff Davis
2023-10-25Fix some regression tests for d3d55ce57136Alexander Korotkov
2023-10-25Remove useless self-joinsAlexander Korotkov
2023-10-25Use snprintf instead of sprintf in pg_regress.Daniel Gustafsson
2023-10-25Add missing include dir and references to libpq for MSVC buildDavid Rowley
2023-10-25doc: Fix some typos and grammarMichael Paquier
2023-10-25Log OpenSSL version in ./configure outputMichael Paquier
2023-10-24Reword memory terminology for PQresultMemorySizeDaniel Gustafsson
2023-10-24Speed up pg_regress server readiness testing.Daniel Gustafsson
2023-10-24Fix problems when a plain-inheritance parent table is excluded.Tom Lane
2023-10-24Doc: indexUnchanged is strictly a hint.Peter Geoghegan
2023-10-24Assert that buffers are marked dirty before XLogRegisterBuffer().Jeff Davis
2023-10-23doc: Improve example query related to pg_wait_eventsMichael Paquier
2023-10-23Fix typos in wait_event.cMichael Paquier
2023-10-23Change struct tablespaceinfo's oid member from 'char *' to 'Oid'Robert Haas
2023-10-23Refactor parse_filename_for_nontemp_relation to parse more.Robert Haas
2023-10-23Remove unnecessary break in pg_logical_replication_slot_advance()Michael Paquier
2023-10-23doc: Fix some grammar and inconsistent tagsMichael Paquier