aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Add has_largeobject_privilege function.Fujii Masao2024-09-12
* Deduplicate code in LargeObjectExists and myLargeObjectExists.Fujii Masao2024-09-12
* Remove hardcoded hash opclass function signature exceptionsPeter Eisentraut2024-09-12
* Move logic related to WAL replay of Heap/Heap2 into its own fileMichael Paquier2024-09-12
* Adjust tuplestore stats APIDavid Rowley2024-09-12
* common/jsonapi: support libpq as a clientPeter Eisentraut2024-09-11
* Add amgettreeheight index AM API routinePeter Eisentraut2024-09-10
* Mark expressions nullable by grouping setsRichard Guo2024-09-10
* Introduce an RTE for the grouping stepRichard Guo2024-09-10
* Add PQfullProtocolVersion() to surface the precise protocol version.Robert Haas2024-09-09
* Add callbacks to control flush of fixed-numbered statsMichael Paquier2024-09-09
* Remove lc_ctype_is_c().Jeff Davis2024-09-06
* Update comment about ExprState.escontextAmit Langote2024-09-06
* Add callback for backend initialization in pgstatsMichael Paquier2024-09-05
* Optimize WindowAgg's use of tuplestoresDavid Rowley2024-09-05
* Remove lc_collate_is_c().Jeff Davis2024-09-04
* Apply more quoting to GUC names in messagesMichael Paquier2024-09-04
* Collect statistics about conflicts in logical replication.Amit Kapila2024-09-04
* Add block_range_read_stream_cb(), to deduplicate code.Noah Misch2024-09-03
* Add const qualifiers to XLogRegister*() functionsPeter Eisentraut2024-09-03
* Fix typos and grammar in code comments and docsMichael Paquier2024-09-03
* Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier2024-09-03
* Remove support for OpenSSL older than 1.1.0Daniel Gustafsson2024-09-02
* More use of getpwuid_r() directlyPeter Eisentraut2024-09-02
* Define PG_LOGICAL_DIR for path pg_logical/ in data folderMichael Paquier2024-08-30
* Define PG_REPLSLOT_DIR for path pg_replslot/ in data folderMichael Paquier2024-08-30
* Rename pg_sequence_read_tuple() to pg_get_sequence_data()Michael Paquier2024-08-30
* Rename some shared memory initialization routinesHeikki Linnakangas2024-08-29
* Refactor lock manager initialization to make it a bit less specialHeikki Linnakangas2024-08-29
* Rename the conflict types for the origin differ cases.Amit Kapila2024-08-29
* Add prefetching support on macOSPeter Eisentraut2024-08-28
* Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov2024-08-24
* thread-safety: gmtime_r(), localtime_r()Peter Eisentraut2024-08-23
* Avoid repeated table name lookups in createPartitionTable()Alexander Korotkov2024-08-22
* Create syscache entries for pg_extensionMichael Paquier2024-08-22
* Show number of disabled nodes in EXPLAIN ANALYZE output.Robert Haas2024-08-21
* Treat number of disabled nodes in a path as a separate cost metric.Robert Haas2024-08-21
* Don't advance origin during apply failure.Amit Kapila2024-08-21
* Remove _PG_fini()Michael Paquier2024-08-21
* Log the conflicts while applying changes in logical replication.Amit Kapila2024-08-20
* Speed up Hash Join by making ExprStates support hashingDavid Rowley2024-08-20
* Remove dependence on -fwrapv semantics in a few places.Nathan Bossart2024-08-15
* Improve ALTER PUBLICATION validation and error messagesDavid Rowley2024-08-15
* Apply PGDLLIMPORT markings to some GUC variablesPeter Eisentraut2024-08-14
* Remove TRACE_SORT macroPeter Eisentraut2024-08-14
* Use pgBufferUsage for buffer usage tracking in analyze.Masahiko Sawada2024-08-13
* All POSIX systems have langinfo.h and CODESET.Thomas Munro2024-08-13
* Give nbtree move right function internal linkage.Peter Geoghegan2024-08-12
* Add user-callable CRC functions.Nathan Bossart2024-08-12
* Fix outdated commentsDavid Rowley2024-08-12