summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2024-09-21Remove pg_authid's TOAST table.Nathan Bossart
2024-09-21Increase the number of fast-path lock slotsTomas Vondra
2024-09-20Improve Asserts checking relation matching in parallel scans.Tom Lane
2024-09-19Move pg_wal_replay_wait() to xlogfuncs.cAlexander Korotkov
2024-09-18Add TOAST table to pg_index.Nathan Bossart
2024-09-18Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier
2024-09-17Allow ReadStream to be consumed as raw block numbers.Thomas Munro
2024-09-17Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-17Add stratnum GiST support functionPeter Eisentraut
2024-09-12Simplify checks for deterministic collations.Jeff Davis
2024-09-12Add has_largeobject_privilege function.Fujii Masao
2024-09-12Deduplicate code in LargeObjectExists and myLargeObjectExists.Fujii Masao
2024-09-12Remove hardcoded hash opclass function signature exceptionsPeter Eisentraut
2024-09-12Move logic related to WAL replay of Heap/Heap2 into its own fileMichael Paquier
2024-09-12Adjust tuplestore stats APIDavid Rowley
2024-09-11common/jsonapi: support libpq as a clientPeter Eisentraut
2024-09-10Add amgettreeheight index AM API routinePeter Eisentraut
2024-09-10Mark expressions nullable by grouping setsRichard Guo
2024-09-10Introduce an RTE for the grouping stepRichard Guo
2024-09-09Add PQfullProtocolVersion() to surface the precise protocol version.Robert Haas
2024-09-09Add callbacks to control flush of fixed-numbered statsMichael Paquier
2024-09-06Remove lc_ctype_is_c().Jeff Davis
2024-09-06Update comment about ExprState.escontextAmit Langote
2024-09-05Add callback for backend initialization in pgstatsMichael Paquier
2024-09-05Optimize WindowAgg's use of tuplestoresDavid Rowley
2024-09-04Remove lc_collate_is_c().Jeff Davis
2024-09-04Apply more quoting to GUC names in messagesMichael Paquier
2024-09-04Collect statistics about conflicts in logical replication.Amit Kapila
2024-09-03Add block_range_read_stream_cb(), to deduplicate code.Noah Misch
2024-09-03Add const qualifiers to XLogRegister*() functionsPeter Eisentraut
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier
2024-09-03Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-09-02More use of getpwuid_r() directlyPeter Eisentraut
2024-08-30Define PG_LOGICAL_DIR for path pg_logical/ in data folderMichael Paquier
2024-08-30Define PG_REPLSLOT_DIR for path pg_replslot/ in data folderMichael Paquier
2024-08-29Rename pg_sequence_read_tuple() to pg_get_sequence_data()Michael Paquier
2024-08-29Rename some shared memory initialization routinesHeikki Linnakangas
2024-08-29Refactor lock manager initialization to make it a bit less specialHeikki Linnakangas
2024-08-29Rename the conflict types for the origin differ cases.Amit Kapila
2024-08-28Add prefetching support on macOSPeter Eisentraut
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-23thread-safety: gmtime_r(), localtime_r()Peter Eisentraut
2024-08-22Avoid repeated table name lookups in createPartitionTable()Alexander Korotkov
2024-08-22Create syscache entries for pg_extensionMichael Paquier
2024-08-21Show number of disabled nodes in EXPLAIN ANALYZE output.Robert Haas
2024-08-21Treat number of disabled nodes in a path as a separate cost metric.Robert Haas
2024-08-21Don't advance origin during apply failure.Amit Kapila
2024-08-20Remove _PG_fini()Michael Paquier