aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* libpq: Remove unneeded cast and adjust format placeholderPeter Eisentraut2022-11-13
* Make Bitmapsets be valid Nodes.Tom Lane2022-11-13
* Use installed postgresql.conf.sample for GUC sanity TAP testAndrew Dunstan2022-11-13
* Make PostgreSQL::Test::Cluster::config_data more flexibleAndrew Dunstan2022-11-13
* Refactor aclcheck functionsPeter Eisentraut2022-11-13
* Refactor ownercheck functionsPeter Eisentraut2022-11-13
* Add repalloc0 and repalloc0_arrayPeter Eisentraut2022-11-12
* If wait_for_catchup fails under has_wal_read_bug, skip balance of test.Noah Misch2022-11-12
* Fix volatility marking of timestamptz_trunc_zone.Tom Lane2022-11-12
* Document WAL rules related to PD_ALL_VISIBLE in README.Jeff Davis2022-11-12
* Fix theoretical torn page hazard.Jeff Davis2022-11-11
* Remove obsolete comments and code from prior to f8f4227976.Jeff Davis2022-11-11
* meson: Define HAVE_LOCALE_T for msvcPeter Eisentraut2022-11-11
* Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".Tom Lane2022-11-10
* Fix alter_table.sql test case to test what it claims to.Tom Lane2022-11-10
* Fix comments atop ReorderBufferAddInvalidations.Amit Kapila2022-11-10
* Fix comment of SimpleLruInit() in slru.cMichael Paquier2022-11-10
* Apply a better fix to mdunlinkfork().Tom Lane2022-11-09
* Remove redundant declaration for XidInMVCCSnapshotAlvaro Herrera2022-11-09
* Report a more useful error for reloptions on a partitioned table.Tom Lane2022-11-09
* Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.Tom Lane2022-11-09
* Provide sigaction() for Windows.Thomas Munro2022-11-09
* Use AbsoluteConfigLocation() when building an included path in hba.cMichael Paquier2022-11-09
* Doc: improve tutorial section about grouped aggregates.Tom Lane2022-11-08
* Unify some internal error message wordingsPeter Eisentraut2022-11-08
* Produce more-optimal plans for bitmap scans on boolean columns.Tom Lane2022-11-08
* Suppress useless wakeups in walreceiver.Thomas Munro2022-11-08
* psql: Add information in \d+ about foreign partitions and child tablesMichael Paquier2022-11-08
* Use pg_pwrite_zeros() in walmethods.cMichael Paquier2022-11-08
* Introduce pg_pwrite_zeros() in fileutils.cMichael Paquier2022-11-08
* Fix initialization of pg_stat_get_lastscan()Michael Paquier2022-11-08
* Fix compiler warning on MSVCDavid Rowley2022-11-08
* Fix failure to remove non-first segments of temporary tables.Tom Lane2022-11-07
* Move code related to configuration files in directories to new fileMichael Paquier2022-11-07
* Don't pass down nonnullable_vars while reducing outer joins.Tom Lane2022-11-05
* Handle SubPlan cases in find_nonnullable_rels/vars.Tom Lane2022-11-05
* Remove redundant breaks in HeapTupleSatisfiesVisibilityAndres Freund2022-11-05
* Remove unneeded includes of <sys/stat.h>Michael Paquier2022-11-05
* meson: Split 'main' suite into 'regress' and 'isolation'Andres Freund2022-11-04
* meson: Mark PROVE as not requiredAndres Freund2022-11-04
* Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.Tom Lane2022-11-04
* Correct error message for row-level triggers with transition tables on partit...Etsuro Fujita2022-11-04
* Doc: Improve the description of confirmed_flush_lsn in pg_replication_slots.Amit Kapila2022-11-04
* Remove outdated includeJohn Naylor2022-11-04
* Create FKs properly when attaching table as partitionAlvaro Herrera2022-11-03
* Make AssertPointerAlignment available to frontend codePeter Eisentraut2022-11-03
* Avoid crash after function syntax error in a replication worker.Tom Lane2022-11-03
* Resolve partition strategy during early parsingAlvaro Herrera2022-11-03
* Add casts to simplehash.h to silence C++ warnings.Tom Lane2022-11-03
* Straighten include order in guc-file.lJohn Naylor2022-11-03