index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
libpq: Remove unneeded cast and adjust format placeholder
Peter Eisentraut
2022-11-13
*
Make Bitmapsets be valid Nodes.
Tom Lane
2022-11-13
*
Use installed postgresql.conf.sample for GUC sanity TAP test
Andrew Dunstan
2022-11-13
*
Make PostgreSQL::Test::Cluster::config_data more flexible
Andrew Dunstan
2022-11-13
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
*
Refactor ownercheck functions
Peter Eisentraut
2022-11-13
*
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-11-12
*
If wait_for_catchup fails under has_wal_read_bug, skip balance of test.
Noah Misch
2022-11-12
*
Fix volatility marking of timestamptz_trunc_zone.
Tom Lane
2022-11-12
*
Document WAL rules related to PD_ALL_VISIBLE in README.
Jeff Davis
2022-11-12
*
Fix theoretical torn page hazard.
Jeff Davis
2022-11-11
*
Remove obsolete comments and code from prior to f8f4227976.
Jeff Davis
2022-11-11
*
meson: Define HAVE_LOCALE_T for msvc
Peter Eisentraut
2022-11-11
*
Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".
Tom Lane
2022-11-10
*
Fix alter_table.sql test case to test what it claims to.
Tom Lane
2022-11-10
*
Fix comments atop ReorderBufferAddInvalidations.
Amit Kapila
2022-11-10
*
Fix comment of SimpleLruInit() in slru.c
Michael Paquier
2022-11-10
*
Apply a better fix to mdunlinkfork().
Tom Lane
2022-11-09
*
Remove redundant declaration for XidInMVCCSnapshot
Alvaro Herrera
2022-11-09
*
Report a more useful error for reloptions on a partitioned table.
Tom Lane
2022-11-09
*
Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.
Tom Lane
2022-11-09
*
Provide sigaction() for Windows.
Thomas Munro
2022-11-09
*
Use AbsoluteConfigLocation() when building an included path in hba.c
Michael Paquier
2022-11-09
*
Doc: improve tutorial section about grouped aggregates.
Tom Lane
2022-11-08
*
Unify some internal error message wordings
Peter Eisentraut
2022-11-08
*
Produce more-optimal plans for bitmap scans on boolean columns.
Tom Lane
2022-11-08
*
Suppress useless wakeups in walreceiver.
Thomas Munro
2022-11-08
*
psql: Add information in \d+ about foreign partitions and child tables
Michael Paquier
2022-11-08
*
Use pg_pwrite_zeros() in walmethods.c
Michael Paquier
2022-11-08
*
Introduce pg_pwrite_zeros() in fileutils.c
Michael Paquier
2022-11-08
*
Fix initialization of pg_stat_get_lastscan()
Michael Paquier
2022-11-08
*
Fix compiler warning on MSVC
David Rowley
2022-11-08
*
Fix failure to remove non-first segments of temporary tables.
Tom Lane
2022-11-07
*
Move code related to configuration files in directories to new file
Michael Paquier
2022-11-07
*
Don't pass down nonnullable_vars while reducing outer joins.
Tom Lane
2022-11-05
*
Handle SubPlan cases in find_nonnullable_rels/vars.
Tom Lane
2022-11-05
*
Remove redundant breaks in HeapTupleSatisfiesVisibility
Andres Freund
2022-11-05
*
Remove unneeded includes of <sys/stat.h>
Michael Paquier
2022-11-05
*
meson: Split 'main' suite into 'regress' and 'isolation'
Andres Freund
2022-11-04
*
meson: Mark PROVE as not required
Andres Freund
2022-11-04
*
Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.
Tom Lane
2022-11-04
*
Correct error message for row-level triggers with transition tables on partit...
Etsuro Fujita
2022-11-04
*
Doc: Improve the description of confirmed_flush_lsn in pg_replication_slots.
Amit Kapila
2022-11-04
*
Remove outdated include
John Naylor
2022-11-04
*
Create FKs properly when attaching table as partition
Alvaro Herrera
2022-11-03
*
Make AssertPointerAlignment available to frontend code
Peter Eisentraut
2022-11-03
*
Avoid crash after function syntax error in a replication worker.
Tom Lane
2022-11-03
*
Resolve partition strategy during early parsing
Alvaro Herrera
2022-11-03
*
Add casts to simplehash.h to silence C++ warnings.
Tom Lane
2022-11-03
*
Straighten include order in guc-file.l
John Naylor
2022-11-03
[next]