summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-30pgindent run to fix commits de64268561 and 5ae2087202aBruce Momjian
2023-10-30Fill in more of ObjectPropertyPeter Eisentraut
2023-10-30Add STREAM_START/STREAM_STOP for transactional messages during decoding.Amit Kapila
2023-10-30Fix indentation in contrib/amcheck/verify_nbtree.cAlexander Korotkov
2023-10-30Expand regression tests for pg_stat_reset_shared()Michael Paquier
2023-10-30Delay recovery mode LOG after reading backup_label and/or checkpoint recordMichael Paquier
2023-10-30Doc: Make link names consistent in logical replication commands.Amit Kapila
2023-10-30Mention standby.signal in FATALs for checkpoint record missing at recoveryMichael Paquier
2023-10-30Introduce pg_stat_checkpointerMichael Paquier
2023-10-29Refactor some code related to transaction-level statistics for relationsMichael Paquier
2023-10-29Fix instable 006_login_trigger.pl testAlexander Korotkov
2023-10-29Teach pg_dump about the new pg_subscription.subrunasowner option.Tom Lane
2023-10-29Guard against overflow in make_interval().Dean Rasheed
2023-10-29btree_gin: Fix calculation of leftmost interval value.Dean Rasheed
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