summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-09Fix example in comment.Heikki Linnakangas
2019-04-09Avoid "could not reattach" by providing space for concurrent allocation.Noah Misch
2019-04-08tableam: comment and formatting fixes.Andres Freund
2019-04-08Fix improper interaction of FULL JOINs with lateral references.Tom Lane
2019-04-08Fix EvalPlanQualStart to handle partitioned result rels correctly.Tom Lane
2019-04-08Add vacuum_truncate reloption.Fujii Masao
2019-04-08Reset memory context once per tuple in validateForeignKeyConstraint.Andres Freund
2019-04-08Fix a number of issues around modifying a previously updated row.Andres Freund
2019-04-08Add more tests for partition tuple routing with dropped attributesMichael Paquier
2019-04-07Avoid fetching past the end of the indoption array.Tom Lane
2019-04-07psql \dP: list partitioned tables and indexesAlvaro Herrera
2019-04-07Clean up side-effects of commits ab5fcf2b0 et al.Tom Lane
2019-04-07Report progress of REINDEX operationsPeter Eisentraut
2019-04-07Cast pg_stat_progress_cluster.cluster_index_relid to oidPeter Eisentraut
2019-04-06Fix failures in validateForeignKeyConstraint's slow path.Tom Lane
2019-04-06Add support TCP user timeout in libpq and the backend serverMichael Paquier
2019-04-05Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane
2019-04-05Add facility to copy replication slotsAlvaro Herrera
2019-04-05Wake up interested backends when a checkpoint fails.Thomas Munro
2019-04-05Ensure consistent name matching behavior in processSQLNamePattern().Tom Lane
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-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-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-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