aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix usage of aggregate pathkeys in group_keys_reorder_by_pathkeys()Alexander Korotkov2024-02-09
* Fix propagation of persistence to sequences in ALTER TABLE / ADD COLUMNPeter Eisentraut2024-02-09
* Fix indentation of copyto.cMichael Paquier2024-02-09
* Improve COPY TO performance when server and client encodings matchMichael Paquier2024-02-09
* Fix gcc >= 10 warningAlexander Korotkov2024-02-08
* Fix wrong logic in TransactionIdInRecentPast()Alexander Korotkov2024-02-08
* Remove Start* macros in postmaster.c.Nathan Bossart2024-02-07
* Adjust reltarget assignment for UPPERREL_PARTIAL_DISTINCT relDavid Rowley2024-02-07
* Set LSN for wbuf in _hash_freeovflpage() iff wbuf is modified.Amit Kapila2024-02-07
* Clean-ups for 776621a5e4 and 7329240437.Amit Kapila2024-02-07
* Simplify signature of CopyAttributeOutCSV() in copyto.cMichael Paquier2024-02-07
* Revert "Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TO"Michael Paquier2024-02-07
* Change initial use of pg_atomic_write_u64 to initAlvaro Herrera2024-02-06
* Use atomic access for SlruShared->latest_page_numberAlvaro Herrera2024-02-06
* Simplify initialization of incremental hash stateJohn Naylor2024-02-06
* Fix assertion if index is dropped during REFRESH CONCURRENTLYHeikki Linnakangas2024-02-05
* Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security contextHeikki Linnakangas2024-02-05
* Enhance libpqrcv APIs to support slot synchronization.Amit Kapila2024-02-05
* Refactor CopyAttributeOut{CSV,Text}() to use a callback in COPY TOMichael Paquier2024-02-05
* Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROMMichael Paquier2024-02-05
* Fix typo in commentsHeikki Linnakangas2024-02-03
* Translate ENOMEM to ERRCODE_OUT_OF_MEMORY in errcode_for_file_access().Tom Lane2024-02-02
* Fix bug in bulk extending temp relation after failureHeikki Linnakangas2024-02-02
* Allow Gather Merge in more cases for parallel DISTINCTDavid Rowley2024-02-03
* Sync PG_VERSION file in CREATE DATABASE.Noah Misch2024-02-01
* Handle interleavings between CREATE DATABASE steps and base backup.Noah Misch2024-02-01
* Fix stats_fetch_consistency with stats for fixed-numbered objectsMichael Paquier2024-02-01
* Fix copy&paste typo in commentAlvaro Herrera2024-01-31
* Fix costing bug in MergeAppendDavid Rowley2024-02-01
* Revise pg_walsummary's 002_blocks test to avoid spurious failures.Robert Haas2024-01-31
* Give SMgrRelation pointers a well-defined lifetime.Heikki Linnakangas2024-01-31
* Remove some obsolete smgrcloseall() calls.Heikki Linnakangas2024-01-31
* Consider the "LIMIT 1" optimization with parallel DISTINCTDavid Rowley2024-01-31
* Fix various issues with ALTER TEXT SEARCH CONFIGURATIONMichael Paquier2024-01-31
* Simplify partial path generation in GROUP BY/ORDER BYDavid Rowley2024-01-31
* Split use of SerialSLRULock, creating SerialControlLockAlvaro Herrera2024-01-30
* Add a failover option to subscriptions.Amit Kapila2024-01-30
* Fix incorrect format placeholders for OidPeter Eisentraut2024-01-30
* Delay build of Memoize hash table until executor runDavid Rowley2024-01-30
* Doc: mention foreign keys can reference unique indexesDavid Rowley2024-01-30
* Fix incompatibilities with libxml2 >= 2.12.0.Tom Lane2024-01-29
* Add EXPLAIN (MEMORY) to report planner memory consumptionAlvaro Herrera2024-01-29
* Fix locking when fixing an incomplete split of a GIN internal pageHeikki Linnakangas2024-01-29
* Remove make function vpathsearchPeter Eisentraut2024-01-29
* Fix comments in ReplicationSlotAcquire().Amit Kapila2024-01-29
* Allow setting failover property in the replication command.Amit Kapila2024-01-29
* Remove ReorderBufferTupleBuf structure.Masahiko Sawada2024-01-29
* Fix DROP ROLE when specifying duplicated rolesMichael Paquier2024-01-29
* Compare varnullingrels too in assign_param_for_var().Tom Lane2024-01-26
* Detect Julian-date overflow in timestamp[tz]_pl_interval.Tom Lane2024-01-26