summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2023-04-08Track IO times in pg_stat_ioAndres Freund
2023-04-07Show more detail in nbtree rmgr descriptions.Peter Geoghegan
2023-04-07Show more detail in heapam rmgr descriptions.Peter Geoghegan
2023-04-07Catalog NOT NULL constraintsAlvaro Herrera
2023-04-07Add array_sample() and array_shuffle() functions.Tom Lane
2023-04-07Add more protections in WAL record APIs against overflowsMichael Paquier
2023-04-07Add --buffer-usage-limit option to vacuumdbDavid Rowley
2023-04-06hio: Use ExtendBufferedRelBy() to extend tables more efficientlyAndres Freund
2023-04-06Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-06heapam: Pass number of required pages to RelationGetBufferForTuple()Andres Freund
2023-04-06Refresh cost-based delay params more frequently in autovacuumDaniel Gustafsson
2023-04-06Separate vacuum cost variables from GUCsDaniel Gustafsson
2023-04-06Make vacuum failsafe_active globally visibleDaniel Gustafsson
2023-04-06Support long distance matching for zstd compressionTomas Vondra
2023-04-06Move various prechecks from vacuum() into ExecVacuum()David 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-05bufmgr: Support multiple in-progress IOs by using resownerAndres Freund
2023-04-05Support "Right Anti Join" plan shapes.Tom Lane
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-05doc: Update SQL features/conformance information to SQL:2023Peter Eisentraut
2023-04-04Canonicalize ICU locale names to language tags.Jeff Davis
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-03Recycle deleted nbtree pages more aggressively.Peter Geoghegan
2023-04-03Move heaprel struct field next to index rel field.Peter Geoghegan
2023-04-03Revert 11470f544eAlexander Korotkov
2023-04-02Add info in WAL records in preparation for logical slot conflict handlingAndres Freund
2023-04-02Pass down table relation into more index relation functionsAndres Freund
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-31Move ExecEvalJsonConstructor new function to a more natural placeAlvaro Herrera
2023-03-31Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7Andres Freund
2023-03-31Track shared buffer hits in pg_stat_ioAndres Freund
2023-03-30Parallel Hash Full Join.Thomas Munro
2023-03-30pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund
2023-03-30Fix inconsistencies and style issues in new SQL/JSON codeAlvaro Herrera
2023-03-30Add new predefined role pg_create_subscription.Robert Haas
2023-03-30Fix outdated comments regarding TupleTableSlotsDavid Rowley
2023-03-29Copy and store addrinfo in libpq-owned private memoryDaniel Gustafsson
2023-03-29Remove empty function BufmgrCommit().Tom Lane
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-03-29Move definition of standard collations from initdb to pg_collation.datPeter Eisentraut
2023-03-29Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila
2023-03-28Validate ICU locales.Jeff Davis
2023-03-28Save a few bytes in pg_attributePeter Eisentraut
2023-03-27Make SCRAM iteration count configurableDaniel Gustafsson
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson