aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add min and max aggregates for bytea type.Tom Lane2024-10-08
* Use aux process resource owner in walsenderAndres Freund2024-10-08
* bufmgr/smgr: Don't cross segment boundaries in StartReadBuffers()Andres Freund2024-10-08
* bufmgr: Return early in ScheduleBufferTagForWriteback() if fsync=offAndres Freund2024-10-08
* Use an shmem_exit callback to remove backend from PMChildFlags on exitHeikki Linnakangas2024-10-08
* Move check for binary mode and on_error option to the appropriate location.Fujii Masao2024-10-08
* Add REJECT_LIMIT option to the COPY command.Fujii Masao2024-10-08
* Improve style of two code pathsMichael Paquier2024-10-08
* Fix search_path cache initialization.Jeff Davis2024-10-07
* Fix Y2038 issues with MyStartTime.Nathan Bossart2024-10-07
* Restrict password hash length.Nathan Bossart2024-10-07
* Fix fetching default toast value during decoding of in-progress transactions.Amit Kapila2024-10-07
* Use camel case for "DateStyle" in some error messagesMichael Paquier2024-10-07
* Ignore not-yet-defined Portals in pg_cursors view.Tom Lane2024-10-06
* Use generateClonedIndexStmt to propagate CREATE INDEX to partitions.Tom Lane2024-10-05
* Clean up WaitLatch calls that passed latch without WL_LATCH_SETHeikki Linnakangas2024-10-05
* Remove unused latchHeikki Linnakangas2024-10-05
* Reject non-ASCII locale names.Thomas Munro2024-10-05
* Rename PageData to GenericXLogPageDataPeter Eisentraut2024-10-04
* Speed up numeric division by always using the "fast" algorithm.Dean Rasheed2024-10-04
* Remove assertion checking query ID in execMain.cMichael Paquier2024-10-04
* Fix wrong varnullingrels error for MERGE WHEN NOT MATCHED BY SOURCE.Dean Rasheed2024-10-03
* Fix incorrect non-strict join recheck in MERGE WHEN NOT MATCHED BY SOURCE.Dean Rasheed2024-10-03
* Replace Unicode apostrophe with ASCII apostropheAmit Langote2024-10-03
* Refactor CopyFrom() in copyfrom.c.Fujii Masao2024-10-03
* Add log_verbosity = 'silent' support to COPY command.Fujii Masao2024-10-03
* Fix expression list handling in ATExecAttachPartition()Amit Langote2024-10-03
* Remove support for unlogged on partitioned tablesMichael Paquier2024-10-03
* Adjust json_manifest_per_file_callback API in one more place.Tom Lane2024-10-02
* Fix inconsistent reporting of checkpointer stats.Fujii Masao2024-10-02
* Reject a copy EOF marker that has data ahead of it on the same line.Tom Lane2024-10-01
* Use macro to define the number of enum valuesPeter Eisentraut2024-10-01
* jit: Use opaque pointers in all supported LLVM versions.Peter Eisentraut2024-10-01
* jit: Require at least LLVM 14, if enabled.Peter Eisentraut2024-10-01
* Fix race condition in COMMIT PREPARED causing orphaned 2PC filesMichael Paquier2024-10-01
* Expand assertion check for query ID reporting in executorMichael Paquier2024-10-01
* Add missing command for pg_maintain in commentDaniel Gustafsson2024-10-01
* Do not treat \. as an EOF marker in CSV mode for COPY IN.Tom Lane2024-09-30
* Don't disallow DROP of constraints ONLY on partitioned tablesAlvaro Herrera2024-09-30
* Show values of SET statements as constants in pg_stat_statementsMichael Paquier2024-09-30
* Add num_done counter to the pg_stat_checkpointer view.Fujii Masao2024-09-30
* Set query ID in parallel workers for vacuum, BRIN and btreeMichael Paquier2024-09-30
* Remove NULL dereference from RenameRelationInternal().Noah Misch2024-09-29
* Recalculate where-needed data accurately after a join removal.Tom Lane2024-09-27
* Fix incorrect memory access in VACUUM FULL with invalid toast indexesMichael Paquier2024-09-27
* Ensure we have a snapshot when updating pg_index entries.Nathan Bossart2024-09-26
* Modernize to_char's Roman-numeral code, fixing overflow problems.Tom Lane2024-09-26
* Turn 'if' condition around to avoid Svace complaintAlvaro Herrera2024-09-25
* For inplace update durability, make heap_update() callers wait.Noah Misch2024-09-24
* Fix data loss at inplace update after heap_update().Noah Misch2024-09-24