summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-05table: docs: fix typos and grammar.Andres Freund
2019-04-05Doc: Update documentation on partitioning vs. foreign tables.Etsuro Fujita
2019-04-05Fix compiler warningPeter Eisentraut
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-05Fix bugs in mdsyncfiletag().Thomas Munro
2019-04-05Handle errors during GSSAPI startup betterStephen Frost
2019-04-05Fix some documentation in pg_rewindMichael Paquier
2019-04-05Remove unused struct member, enforce multi_insert callback presence.Andres Freund
2019-04-05Harden tableam against nonexistant / wrong kind of AMs.Andres Freund
2019-04-05Add test coverage for rootdescend verification.Peter Geoghegan
2019-04-04tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund
2019-04-04Add a "SQLSTATE-only" error verbosity option to libpq and psql.Tom Lane
2019-04-04pg_restore: Require "-f -" to mean stdoutAlvaro Herrera
2019-04-04Make queries' locking of indexes more consistent.Tom Lane
2019-04-04Allow VACUUM to be run with index cleanup disabled.Robert Haas
2019-04-04Invalidate binary search bounds consistently.Peter Geoghegan
2019-04-04Move the be_gssapi_get_* prototypesStephen Frost
2019-04-04Refactor the fsync queue for wider use.Thomas Munro
2019-04-04file_fdw: Fix for generated columnsPeter Eisentraut
2019-04-04Silence -Wimplicit-fallthrough in sysv_shmem.c.Noah Misch
2019-04-04Make src/test/recovery/t/017_shm.pl safe for concurrent execution.Noah Misch
2019-04-04Improve readability of some tests in strings.sqlMichael Paquier
2019-04-04tableam: basic documentation.Andres Freund
2019-04-04Assert that pgwin32_signal_initialize() has been called early enough.Noah Misch
2019-04-04Handle USE_MODULE_DB for all tests able to use an installed postmaster.Noah Misch
2019-04-04Consistently test for in-use shared memory.Noah Misch
2019-04-03Doc: clarify partial-index example.Tom Lane
2019-04-03Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra
2019-04-03Tweak docs for log_statement_sample_rateAlvaro Herrera
2019-04-03Log all statements from a sample of transactionsAlvaro Herrera
2019-04-03Remove now-unnecessary thread pointer arguments in pgbench.Tom Lane
2019-04-03Reduce overhead of pg_mcv_list (de)serializationTomas Vondra
2019-04-03GSSAPI encryption supportStephen Frost
2019-04-03Copy name when cloning FKs recurses to partitionsAlvaro Herrera
2019-04-03Support foreign keys that reference partitioned tablesAlvaro Herrera
2019-04-03Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas
2019-04-03Correctly initialize newly added struct memberAlvaro Herrera
2019-04-02Prevent use of uninitialized variableAlvaro Herrera
2019-04-02Update expected output for modified catalog definitionAlvaro Herrera
2019-04-02Report progress of CREATE INDEX operationsAlvaro Herrera
2019-04-02Add support for partial TOAST decompressionStephen Frost
2019-04-02postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.Etsuro Fujita
2019-04-02Refactor create_limit_path() to share cost adjustment code with FDWs.Etsuro Fujita
2019-04-02postgres_fdw: Modify regression tests for EPQ-related planning problems.Etsuro Fujita
2019-04-02postgres_fdw: Perform the (ORDERED, NULL) upperrel operations remotely.Etsuro Fujita
2019-04-02Perform RLS subquery checks as the right user when going via a view.Dean Rasheed
2019-04-02Add progress reporting to pg_checksumsMichael Paquier
2019-04-02Add wal_recycle and wal_init_zero GUCs.Thomas Munro
2019-04-01Only allow heap in a number of contrib modules.Andres Freund
2019-04-01tableam: Add table_finish_bulk_insert().Andres Freund