summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-10-09Consider explicit incremental sort for mergejoinsRichard Guo
2024-10-09Remove incorrect function import from pgindentDaniel Gustafsson
2024-10-08Allow roles created by new test to log in under SSPI.Tom Lane
2024-10-08Introduce two fields in EState to track parallel worker activityMichael Paquier
2024-10-08Silence assorted annoying test output.Tom Lane
2024-10-08Add min and max aggregates for bytea type.Tom Lane
2024-10-08Use aux process resource owner in walsenderAndres Freund
2024-10-08bufmgr/smgr: Don't cross segment boundaries in StartReadBuffers()Andres Freund
2024-10-08bufmgr: Return early in ScheduleBufferTagForWriteback() if fsync=offAndres Freund
2024-10-08Silence buildfarm warning chatter from bd1276a3c.Tom Lane
2024-10-08Fix typo and run pgperltidy on newly-added testHeikki Linnakangas
2024-10-08Use an shmem_exit callback to remove backend from PMChildFlags on exitHeikki Linnakangas
2024-10-08Add test for dead-end backendsHeikki Linnakangas
2024-10-08Add test for connection limitsHeikki Linnakangas
2024-10-08Move check for binary mode and on_error option to the appropriate location.Fujii Masao
2024-10-08Add REJECT_LIMIT option to the COPY command.Fujii Masao
2024-10-08Improve style of two code pathsMichael Paquier
2024-10-08Fix search_path cache initialization.Jeff Davis
2024-10-07Fix test for password hash length limit.Nathan Bossart
2024-10-07vacuumdb: Schema-qualify operator in catalog query's WHERE clause.Nathan Bossart
2024-10-07Fix Y2038 issues with MyStartTime.Nathan Bossart
2024-10-07Convert tab-complete's long else-if chain to a switch statement.Tom Lane
2024-10-07Prepare tab-complete.c for preprocessing.Tom Lane
2024-10-07Invent "MatchAnyN" option for tab-complete.c's Matches/MatchesCS.Tom Lane
2024-10-07Restrict password hash length.Nathan Bossart
2024-10-07Fix fetching default toast value during decoding of in-progress transactions.Amit Kapila
2024-10-07Use camel case for "DateStyle" in some error messagesMichael Paquier
2024-10-06Ignore not-yet-defined Portals in pg_cursors view.Tom Lane
2024-10-06Move Cluster.pm initialization code to a more obvious placeAndrew Dunstan
2024-10-06libpq: Discard leading and trailing spaces for parameters and values in URIsMichael Paquier
2024-10-05Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.Tom Lane
2024-10-05Clean up WaitLatch calls that passed latch without WL_LATCH_SETHeikki Linnakangas
2024-10-05Remove unneeded #includeHeikki Linnakangas
2024-10-05Remove unused latchHeikki Linnakangas
2024-10-05Reject non-ASCII locale names.Thomas Munro
2024-10-04ecpg: avoid adding whitespace around '&' in connection URLs.Tom Lane
2024-10-04Rename PageData to GenericXLogPageDataPeter Eisentraut
2024-10-04Speed up numeric division by always using the "fast" algorithm.Dean Rasheed
2024-10-04Remove assertion checking query ID in execMain.cMichael Paquier
2024-10-03Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-10-03Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-10-03Replace Unicode apostrophe with ASCII apostropheAmit Langote
2024-10-03Refactor CopyFrom() in copyfrom.c.Fujii Masao
2024-10-03Add log_verbosity = 'silent' support to COPY command.Fujii Masao
2024-10-03Fix expression list handling in ATExecAttachPartition()Amit Langote
2024-10-03Remove support for unlogged on partitioned tablesMichael Paquier
2024-10-03Adjust json_manifest_per_file_callback API in one more place.Tom Lane
2024-10-02Parse libpq's "keepalives" option more like other integer options.Tom Lane
2024-10-02File size in a backup manifest should use uint64, not size_t.Robert Haas
2024-10-02Add fastpaths for when no objects are foundDaniel Gustafsson