index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Clean up side-effects of commits ab5fcf2b0 et al.
Tom Lane
2019-04-07
*
Report progress of REINDEX operations
Peter Eisentraut
2019-04-07
*
Cast pg_stat_progress_cluster.cluster_index_relid to oid
Peter Eisentraut
2019-04-07
*
Fix failures in validateForeignKeyConstraint's slow path.
Tom Lane
2019-04-06
*
Add support TCP user timeout in libpq and the backend server
Michael Paquier
2019-04-06
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
*
Add facility to copy replication slots
Alvaro Herrera
2019-04-05
*
Wake up interested backends when a checkpoint fails.
Thomas Munro
2019-04-06
*
Ensure consistent name matching behavior in processSQLNamePattern().
Tom Lane
2019-04-05
*
Fix compiler warning
Peter Eisentraut
2019-04-05
*
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-05
*
Fix bugs in mdsyncfiletag().
Thomas Munro
2019-04-05
*
Handle errors during GSSAPI startup better
Stephen Frost
2019-04-04
*
Remove unused struct member, enforce multi_insert callback presence.
Andres Freund
2019-04-04
*
Harden tableam against nonexistant / wrong kind of AMs.
Andres Freund
2019-04-04
*
Add test coverage for rootdescend verification.
Peter Geoghegan
2019-04-04
*
tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.
Andres Freund
2019-04-04
*
Add a "SQLSTATE-only" error verbosity option to libpq and psql.
Tom Lane
2019-04-04
*
pg_restore: Require "-f -" to mean stdout
Alvaro Herrera
2019-04-04
*
Make queries' locking of indexes more consistent.
Tom Lane
2019-04-04
*
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-04
*
Invalidate binary search bounds consistently.
Peter Geoghegan
2019-04-04
*
Move the be_gssapi_get_* prototypes
Stephen Frost
2019-04-04
*
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-04
*
Silence -Wimplicit-fallthrough in sysv_shmem.c.
Noah Misch
2019-04-03
*
Make src/test/recovery/t/017_shm.pl safe for concurrent execution.
Noah Misch
2019-04-03
*
Improve readability of some tests in strings.sql
Michael Paquier
2019-04-04
*
tableam: basic documentation.
Andres Freund
2019-04-03
*
Assert that pgwin32_signal_initialize() has been called early enough.
Noah Misch
2019-04-03
*
Handle USE_MODULE_DB for all tests able to use an installed postmaster.
Noah Misch
2019-04-03
*
Consistently test for in-use shared memory.
Noah Misch
2019-04-03
*
Add SETTINGS option to EXPLAIN, to print modified settings.
Tomas Vondra
2019-04-04
*
Tweak docs for log_statement_sample_rate
Alvaro Herrera
2019-04-03
*
Log all statements from a sample of transactions
Alvaro Herrera
2019-04-03
*
Remove now-unnecessary thread pointer arguments in pgbench.
Tom Lane
2019-04-03
*
Reduce overhead of pg_mcv_list (de)serialization
Tomas Vondra
2019-04-03
*
GSSAPI encryption support
Stephen Frost
2019-04-03
*
Copy name when cloning FKs recurses to partitions
Alvaro Herrera
2019-04-03
*
Support foreign keys that reference partitioned tables
Alvaro Herrera
2019-04-03
*
Generate less WAL during GiST, GIN and SP-GiST index build.
Heikki Linnakangas
2019-04-03
*
Correctly initialize newly added struct member
Alvaro Herrera
2019-04-03
*
Prevent use of uninitialized variable
Alvaro Herrera
2019-04-02
*
Update expected output for modified catalog definition
Alvaro Herrera
2019-04-02
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
*
Add support for partial TOAST decompression
Stephen Frost
2019-04-02
*
postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.
Etsuro Fujita
2019-04-02
*
Refactor create_limit_path() to share cost adjustment code with FDWs.
Etsuro Fujita
2019-04-02
*
Perform RLS subquery checks as the right user when going via a view.
Dean Rasheed
2019-04-02
*
Add progress reporting to pg_checksums
Michael Paquier
2019-04-02
*
Add wal_recycle and wal_init_zero GUCs.
Thomas Munro
2019-04-02
[next]