summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-04-06Move various prechecks from vacuum() into ExecVacuum()David Rowley
2023-04-06Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund
2023-04-06Use ExtendBufferedRelTo() in {vm,fsm}_extend()Andres Freund
2023-04-06Always make a BufferAccessStrategy for ANALYZEDavid Rowley
2023-04-06Fix row tracking in pg_stat_statements with extended query protocolMichael Paquier
2023-04-05bufmgr: Introduce infrastructure for faster relation extensionAndres Freund
2023-04-05Allow to use system CA pool for certificate verificationDaniel Gustafsson
2023-04-05bufmgr: Support multiple in-progress IOs by using resownerAndres Freund
2023-04-05Support "Right Anti Join" plan shapes.Tom Lane
2023-04-05bufmgr: Acquire and clean victim buffer separatelyAndres Freund
2023-04-05Acquire locks on views in AcquirePlannerLocks, too.Tom Lane
2023-04-05pg_dump: Add support for zstd compressionTomas Vondra
2023-04-05bufmgr: Add Pin/UnpinLocalBuffer()Andres Freund
2023-04-05bufmgr: Add some more error checking [infrastructure] around pinningAndres Freund
2023-04-05Add smgrzeroextend(), FileZero(), FileFallocate()Andres Freund
2023-04-05Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tables.Tom Lane
2023-04-05Don't initialize page in {vm,fsm}_extend(), not neededAndres Freund
2023-04-05Fix wrong word in comment.Robert Haas
2023-04-05Update information_schema for SQL:2023Peter Eisentraut
2023-04-05doc: Update SQL features/conformance information to SQL:2023Peter Eisentraut
2023-04-05Fix minor signed/unsigned mixupPeter Eisentraut
2023-04-05Add Copyright notice in 001_basic.pl and 002_pg_upgrade.pl.Amit Kapila
2023-04-04sequences: Lock buffer before initializing pageAndres Freund
2023-04-04Fix MSVC warning introduced in ea1db8ae70.Jeff Davis
2023-04-04Remove comment obsoleted by 11c2d6fd.Thomas Munro
2023-04-04Canonicalize ICU locale names to language tags.Jeff Davis
2023-04-04Add a way to get the current function's OID in pl/pgsql.Tom Lane
2023-04-04Add a run_as_owner option to subscriptions.Robert Haas
2023-04-04Perform logical replication actions as the table owner.Robert Haas
2023-04-04Code review for recent SQL/JSON commitsAlvaro Herrera
2023-04-04bufmgr: Remove buffer-write-dirty tracepointsAndres Freund
2023-04-03Make SP-GiST redirect cleanup more aggressive.Peter Geoghegan
2023-04-03Recycle deleted nbtree pages more aggressively.Peter Geoghegan
2023-04-03Move heaprel struct field next to index rel field.Peter Geoghegan
2023-04-03Fix possible logical replication crash.Robert Haas
2023-04-03When using valgrind, log the current query after an error is detected.Tom Lane
2023-04-03Revert 764da7710bAlexander Korotkov
2023-04-03Revert 11470f544eAlexander Korotkov
2023-04-03Rename BufferAccessStrategyData.ring_size to nbuffersDavid Rowley
2023-04-03Disable vacuum's use of a buffer access strategy during failsafeDavid Rowley
2023-04-03Fix typo in CI READMEDaniel Gustafsson
2023-04-03Only make buffer strategy for vacuum when it's likely neededDavid Rowley
2023-04-03pg_basebackup: Correct type of WalSegSzPeter Eisentraut
2023-04-03Remove some global variables from vacuum.cDavid Rowley
2023-04-03Doc: update pgindent/README.Tom Lane
2023-04-02Add info in WAL records in preparation for logical slot conflict handlingAndres Freund
2023-04-02Use PG_TEST_TIMEOUT_DEFAULT in 019_replslot_limit.pl.Noah Misch
2023-04-02Pass down table relation into more index relation functionsAndres Freund
2023-04-02Assert only valid flag bits are passed to visibilitymap_set()Andres Freund
2023-04-02hio: Release extension lock before initializing page / pinning VMAndres Freund