index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-04-09
Fix example in comment.
Heikki Linnakangas
2019-04-09
Avoid "could not reattach" by providing space for concurrent allocation.
Noah Misch
2019-04-08
tableam: comment and formatting fixes.
Andres Freund
2019-04-08
Fix improper interaction of FULL JOINs with lateral references.
Tom Lane
2019-04-08
Fix EvalPlanQualStart to handle partitioned result rels correctly.
Tom Lane
2019-04-08
Add vacuum_truncate reloption.
Fujii Masao
2019-04-08
Reset memory context once per tuple in validateForeignKeyConstraint.
Andres Freund
2019-04-08
Fix a number of issues around modifying a previously updated row.
Andres Freund
2019-04-08
Add more tests for partition tuple routing with dropped attributes
Michael Paquier
2019-04-07
Avoid fetching past the end of the indoption array.
Tom Lane
2019-04-07
psql \dP: list partitioned tables and indexes
Alvaro Herrera
2019-04-07
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-06
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-05
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-05
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-05
Remove unused struct member, enforce multi_insert callback presence.
Andres Freund
2019-04-05
Harden tableam against nonexistant / wrong kind of AMs.
Andres Freund
2019-04-05
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-04
Make src/test/recovery/t/017_shm.pl safe for concurrent execution.
Noah Misch
2019-04-04
Improve readability of some tests in strings.sql
Michael Paquier
2019-04-04
tableam: basic documentation.
Andres Freund
2019-04-04
Assert that pgwin32_signal_initialize() has been called early enough.
Noah Misch
2019-04-04
Handle USE_MODULE_DB for all tests able to use an installed postmaster.
Noah Misch
2019-04-04
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-03
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
[next]