aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-07
* Add array_sample() and array_shuffle() functions.Tom Lane2023-04-07
* Add more protections in WAL record APIs against overflowsMichael Paquier2023-04-07
* Add --buffer-usage-limit option to vacuumdbDavid Rowley2023-04-07
* hio: Use ExtendBufferedRelBy() to extend tables more efficientlyAndres Freund2023-04-06
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-07
* heapam: Pass number of required pages to RelationGetBufferForTuple()Andres Freund2023-04-06
* Refresh cost-based delay params more frequently in autovacuumDaniel Gustafsson2023-04-07
* Separate vacuum cost variables from GUCsDaniel Gustafsson2023-04-07
* Make vacuum failsafe_active globally visibleDaniel Gustafsson2023-04-07
* Support long distance matching for zstd compressionTomas Vondra2023-04-06
* Move various prechecks from vacuum() into ExecVacuum()David Rowley2023-04-06
* Fix row tracking in pg_stat_statements with extended query protocolMichael Paquier2023-04-06
* bufmgr: Introduce infrastructure for faster relation extensionAndres Freund2023-04-05
* bufmgr: Support multiple in-progress IOs by using resownerAndres Freund2023-04-05
* Support "Right Anti Join" plan shapes.Tom Lane2023-04-05
* bufmgr: Add Pin/UnpinLocalBuffer()Andres Freund2023-04-05
* bufmgr: Add some more error checking [infrastructure] around pinningAndres Freund2023-04-05
* Add smgrzeroextend(), FileZero(), FileFallocate()Andres Freund2023-04-05
* doc: Update SQL features/conformance information to SQL:2023Peter Eisentraut2023-04-05
* Canonicalize ICU locale names to language tags.Jeff Davis2023-04-04
* Add a run_as_owner option to subscriptions.Robert Haas2023-04-04
* Perform logical replication actions as the table owner.Robert Haas2023-04-04
* Code review for recent SQL/JSON commitsAlvaro Herrera2023-04-04
* Recycle deleted nbtree pages more aggressively.Peter Geoghegan2023-04-03
* Move heaprel struct field next to index rel field.Peter Geoghegan2023-04-03
* Revert 11470f544eAlexander Korotkov2023-04-03
* Add info in WAL records in preparation for logical slot conflict handlingAndres Freund2023-04-02
* Pass down table relation into more index relation functionsAndres Freund2023-04-01
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-31
* Move ExecEvalJsonConstructor new function to a more natural placeAlvaro Herrera2023-03-31
* Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7Andres Freund2023-03-30
* Track shared buffer hits in pg_stat_ioAndres Freund2023-03-30
* Parallel Hash Full Join.Thomas Munro2023-03-31
* pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund2023-03-30
* Fix inconsistencies and style issues in new SQL/JSON codeAlvaro Herrera2023-03-30
* Add new predefined role pg_create_subscription.Robert Haas2023-03-30
* Fix outdated comments regarding TupleTableSlotsDavid Rowley2023-03-30
* Copy and store addrinfo in libpq-owned private memoryDaniel Gustafsson2023-03-29
* Remove empty function BufmgrCommit().Tom Lane2023-03-29
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-29
* Move definition of standard collations from initdb to pg_collation.datPeter Eisentraut2023-03-29
* Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila2023-03-29
* Validate ICU locales.Jeff Davis2023-03-28
* Save a few bytes in pg_attributePeter Eisentraut2023-03-28
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-27
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane2023-03-25
* Invent GENERIC_PLAN option for EXPLAIN.Tom Lane2023-03-24
* libpq: Add sslcertmode option to control client certificatesMichael Paquier2023-03-24