aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Doc: list AT TIME ZONE and COLLATE in operator precedence table.Tom Lane2023-11-26
* Fix brin.c indentation issues introduced by c1ec02be1dTomas Vondra2023-11-26
* Use fipshash in brin_multi testPeter Eisentraut2023-11-25
* Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra2023-11-25
* C comment: add header to pg_test_fsync.cBruce Momjian2023-11-25
* C comment: clarify that WAL files can be _recycled_ or removedBruce Momjian2023-11-25
* Use SECS_PER_HOUR macro in tzparser.c, instead of constantsBruce Momjian2023-11-24
* modify segno. for pg_walfile_name() and pg_walfile_name_offset()Bruce Momjian2023-11-24
* Fix whitespace.Thomas Munro2023-11-25
* Improve comments about pqsignal().Thomas Munro2023-11-25
* Fix timing-dependent failure in GSSAPI data transmission.Tom Lane2023-11-23
* Use ResourceOwner to track WaitEventSets.Heikki Linnakangas2023-11-23
* C comment: fix typos with unnecessary apostrophesBruce Momjian2023-11-22
* Fix the initial sync tables with no columns.Amit Kapila2023-11-22
* Stop the search once the slot for replication origin is found.Amit Kapila2023-11-22
* Fix query checking consistency of table amhandlers in opr_sanity.sqlMichael Paquier2023-11-22
* Remove unneeded assignments in for loop headerAlvaro Herrera2023-11-21
* Avoid overflow in fe_utils' printTable()Alvaro Herrera2023-11-21
* Simplify some logic in CreateReplicationSlot()Michael Paquier2023-11-21
* Log messages for replication slot acquisition and release.Amit Kapila2023-11-21
* Optimize check_search_path() by using SearchPathCache.Jeff Davis2023-11-20
* Be more paranoid about OOM in search_path cache.Jeff Davis2023-11-20
* Prevent overflow for block number in buffile.cMichael Paquier2023-11-20
* Lock table in DROP STATISTICSTomas Vondra2023-11-19
* Guard against overflow in interval_mul() and interval_div().Dean Rasheed2023-11-18
* simplehash: preserve consistency in case of OOM.Jeff Davis2023-11-17
* Release lock on heap buffer before vacuuming FSMAndres Freund2023-11-17
* Extract column statistics from CTE references, if possible.Tom Lane2023-11-17
* Allow tests to pass in OpenSSL FIPS mode (rest)Peter Eisentraut2023-11-17
* Don't specify number of dimensions in cases where we don't know it.Tom Lane2023-11-17
* Allow tests to pass in OpenSSL FIPS mode (TAP tests)Peter Eisentraut2023-11-17
* Change logtape/tuplestore code to use int64 for block numbersMichael Paquier2023-11-17
* Remove NOT_USED BufFileTellBlock() from buffile.cMichael Paquier2023-11-17
* Ensure we preprocess expressions before checking their volatility.Tom Lane2023-11-16
* Explicitly skip TAP tests under Meson if disabledPeter Eisentraut2023-11-16
* Add target "slru" to pg_stat_reset_shared()Michael Paquier2023-11-16
* psql: Add some completion support for CREATE TABLE .. ASMichael Paquier2023-11-16
* Fix fallback implementation for pg_atomic_test_set_flag().Nathan Bossart2023-11-15
* Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart2023-11-15
* src/test/modules/test_dsa needs a .gitignore file.Tom Lane2023-11-15
* Clear CurrentResourceOwner earlier in CommitTransaction.Heikki Linnakangas2023-11-15
* Add test_dsa module.Heikki Linnakangas2023-11-15
* Fix dsa.c with different resource owners.Heikki Linnakangas2023-11-15
* Add cache for recomputeNamespacePath().Jeff Davis2023-11-14
* Change how a base backup decides which files have checksums.Robert Haas2023-11-14
* Support +/- infinity in the interval data type.Dean Rasheed2023-11-14
* Fix capitalization of "Tcl"Peter Eisentraut2023-11-14
* Replace Gen_dummy_probes.sed with Gen_dummy_probes.plPeter Eisentraut2023-11-14
* Allow new role 'regress_dump_login_role' to log in under SSPI.Tom Lane2023-11-14
* Add support for pg_stat_reset_slru without argumentMichael Paquier2023-11-14