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
Age
Commit message (
Expand
)
Author
2019-04-05
table: docs: fix typos and grammar.
Andres Freund
2019-04-05
Doc: Update documentation on partitioning vs. foreign tables.
Etsuro Fujita
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
Fix some documentation in pg_rewind
Michael Paquier
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
file_fdw: Fix for generated columns
Peter Eisentraut
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
Doc: clarify partial-index example.
Tom Lane
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
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-02
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
postgres_fdw: Modify regression tests for EPQ-related planning problems.
Etsuro Fujita
2019-04-02
postgres_fdw: Perform the (ORDERED, NULL) upperrel operations remotely.
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-01
Only allow heap in a number of contrib modules.
Andres Freund
2019-04-01
tableam: Add table_finish_bulk_insert().
Andres Freund
[next]