aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Append -X to direct invocation of psql in new test for BASE_BACKUPMichael Paquier2022-08-01
* Add more TAP tests with BASE_BACKUP and pg_backup_start/stopMichael Paquier2022-08-01
* Remove test_oat_hooks.c's nodetag_to_string().Tom Lane2022-07-31
* Add --schema and --exclude-schema options to vacuumdb.Andrew Dunstan2022-07-31
* Fix trim_array() for zero-dimensional array argument.Tom Lane2022-07-31
* Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETACHMichael Paquier2022-07-31
* Expand tests of test_ddl_deparse/ for ALTER TABLEMichael Paquier2022-07-31
* Improve regression test coverage of GiST index building.Tom Lane2022-07-30
* Fix incorrect is-this-the-topmost-join tests in parallel planning.Tom Lane2022-07-30
* Adjust new pg_read_file() test cases for more portability.Tom Lane2022-07-30
* Revise test case added in 43746996399541ecb5c7b188725a5f097c15ceae.Robert Haas2022-07-29
* Fix new recovery test for log_error_verbosity=verbose caseAndrew Dunstan2022-07-29
* Fix brown paper bag bug in bbe08b8869bd29d587f24ef18eb45c7d4d14afca.Robert Haas2022-07-29
* Support pg_read_[binary_]file (filename, missing_ok).Tom Lane2022-07-29
* In transformRowExpr(), check for too many columns in the row.Tom Lane2022-07-29
* Fix mistake in bbe08b8869bd29d587f24ef18eb45c7d4d14afca.Robert Haas2022-07-29
* Fix test instabilityAlvaro Herrera2022-07-29
* Move related functions next to each other in pg_publication.c.Amit Kapila2022-07-29
* Use TRUNCATE to preserve relfilenode for pg_largeobject + index.Robert Haas2022-07-28
* Improve speed of hash index build.Tom Lane2022-07-28
* Clean up some residual confusion between OIDs and RelFileNumbers.Robert Haas2022-07-28
* Fix replay of create database records on standbyAlvaro Herrera2022-07-28
* Fix comment in procarray.c.Fujii Masao2022-07-28
* Fix get_dirent_type() for symlinks on MinGW/MSYS.Thomas Munro2022-07-28
* Bump catversion for commit d8cd0c6c95c0120168df93aae095df4e0682a08a.Robert Haas2022-07-27
* Convert macros to static inline functions (buf_internals.h)Robert Haas2022-07-27
* Fix read_relmap_file() concurrency on Windows.Robert Haas2022-07-27
* Refactor code in charge of grabbing the relations of a subscriptionMichael Paquier2022-07-27
* Split tuplesortvariants.c from tuplesort.cAlexander Korotkov2022-07-27
* Split TuplesortPublic from TuplesortstateAlexander Korotkov2022-07-27
* Move memory management away from writetup() and tuplesort_put*()Alexander Korotkov2022-07-27
* Put abbreviation logic into puttuple_common()Alexander Korotkov2022-07-27
* Add new Tuplesortstate.removeabbrev functionAlexander Korotkov2022-07-27
* Remove Tuplesortstate.copytup functionAlexander Korotkov2022-07-27
* Add overflow protection for block-related data in WAL recordsMichael Paquier2022-07-27
* Improve makeArrayTypeName's algorithm for choosing array type names.Tom Lane2022-07-26
* Fix brain fade in e530be2c5ce77475d56ccf8f4e0c4872b666ad5f.Robert Haas2022-07-26
* Remove the restriction that the relmap must be 512 bytes.Robert Haas2022-07-26
* Do not allow removal of superuser privileges from bootstrap user.Robert Haas2022-07-26
* Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane2022-07-26
* Reduce overhead of renaming archive status files.Fujii Masao2022-07-26
* Fix path reference when parsing pg_ident.conf for pg_ident_file_mappingsMichael Paquier2022-07-26
* Eliminate duplicate code in table.c.Amit Kapila2022-07-26
* Fix a few issues with REINDEX grammarMichael Paquier2022-07-26
* Add xheader_width pset option to psqlAndrew Dunstan2022-07-25
* Process session_preload_libraries within InitPostgres's transaction.Tom Lane2022-07-25
* Fix ReadRecentBuffer for local buffers.Heikki Linnakangas2022-07-25
* Remove useless arguments in ReadCheckpointRecord().Fujii Masao2022-07-25
* Remove dead getpwuid_r replacement code.Thomas Munro2022-07-24
* Remove dead handling for pre-POSIX sigwait().Thomas Munro2022-07-24