Commit Graph

46894 Commits (122fa9f942478f8fdcfba961e01d172574369293)
 

Author SHA1 Message Date
Peter Eisentraut 122fa9f942 doc: Fix whitespace 7 years ago
Tom Lane 45f8eaa8e3 Fix improper interaction of FULL JOINs with lateral references. 7 years ago
Peter Eisentraut c66000385f doc: Update serial explanation 7 years ago
Tom Lane a8cb8f1246 Fix EvalPlanQualStart to handle partitioned result rels correctly. 7 years ago
Peter Eisentraut 348f57ce5b doc: Add note about generated columns in foreign tables 7 years ago
Fujii Masao 119dcfad98 Add vacuum_truncate reloption. 7 years ago
Michael Paquier e3865c3754 Tweak wording of documentation for pg_checksums 7 years ago
Andres Freund 4c9e1bd0a3 Reset memory context once per tuple in validateForeignKeyConstraint. 7 years ago
Andres Freund 41f5e04aec Fix a number of issues around modifying a previously updated row. 7 years ago
Michael Paquier 964bae4d84 Add more tests for partition tuple routing with dropped attributes 7 years ago
Tom Lane 80a96e066e Avoid fetching past the end of the indoption array. 7 years ago
Alvaro Herrera 1c5d9270e3 psql \dP: list partitioned tables and indexes 7 years ago
Tom Lane 159970bcad Clean up side-effects of commits ab5fcf2b0 et al. 7 years ago
Peter Eisentraut 03f9e5cba0 Report progress of REINDEX operations 7 years ago
Peter Eisentraut 106f2eb664 Cast pg_stat_progress_cluster.cluster_index_relid to oid 7 years ago
Tom Lane 9e360f0e83 Avoid Python memory leaks in hstore_plpython and jsonb_plpython. 7 years ago
Tom Lane 46e3442c9e Fix failures in validateForeignKeyConstraint's slow path. 7 years ago
Michael Paquier 249d649996 Add support TCP user timeout in libpq and the backend server 7 years ago
Tom Lane 959d00e9db Use Append rather than MergeAppend for scanning ordered partitions. 7 years ago
Alvaro Herrera 9f06d79ef8 Add facility to copy replication slots 7 years ago
Thomas Munro de2b38419c Wake up interested backends when a checkpoint fails. 7 years ago
Robert Haas 6665305e17 Fix missing word. 7 years ago
Tom Lane 478cacb50e Ensure consistent name matching behavior in processSQLNamePattern(). 7 years ago
Andres Freund 86cc06d1cf table: docs: fix typos and grammar. 7 years ago
Etsuro Fujita 3e6b0c4729 Doc: Update documentation on partitioning vs. foreign tables. 7 years ago
Peter Eisentraut edda32ee25 Fix compiler warning 7 years ago
Noah Misch 82150a05be Revert "Consistently test for in-use shared memory." 7 years ago
Thomas Munro 794c543b17 Fix bugs in mdsyncfiletag(). 7 years ago
Stephen Frost c46c85d459 Handle errors during GSSAPI startup better 7 years ago
Michael Paquier bfc80683ce Fix some documentation in pg_rewind 7 years ago
Andres Freund 57a7a3adfe Remove unused struct member, enforce multi_insert callback presence. 7 years ago
Andres Freund ea97e440b8 Harden tableam against nonexistant / wrong kind of AMs. 7 years ago
Peter Geoghegan 344b7e11bb Add test coverage for rootdescend verification. 7 years ago
Andres Freund 86b85044e8 tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering. 7 years ago
Tom Lane 7bac3acab4 Add a "SQLSTATE-only" error verbosity option to libpq and psql. 7 years ago
Alvaro Herrera 413ccaa74d pg_restore: Require "-f -" to mean stdout 7 years ago
Tom Lane 9c703c169a Make queries' locking of indexes more consistent. 7 years ago
Robert Haas a96c41feec Allow VACUUM to be run with index cleanup disabled. 7 years ago
Peter Geoghegan 74eb2176bf Invalidate binary search bounds consistently. 7 years ago
Stephen Frost 87e16db5eb Move the be_gssapi_get_* prototypes 7 years ago
Thomas Munro 3eb77eba5a Refactor the fsync queue for wider use. 7 years ago
Peter Eisentraut 33215d113d file_fdw: Fix for generated columns 7 years ago
Noah Misch 6f0e190056 Silence -Wimplicit-fallthrough in sysv_shmem.c. 7 years ago
Noah Misch 16ee6eaf80 Make src/test/recovery/t/017_shm.pl safe for concurrent execution. 7 years ago
Michael Paquier 92c76021ae Improve readability of some tests in strings.sql 7 years ago
Andres Freund b73c3a1196 tableam: basic documentation. 7 years ago
Noah Misch ab9ed9be23 Assert that pgwin32_signal_initialize() has been called early enough. 7 years ago
Noah Misch f433394e48 Handle USE_MODULE_DB for all tests able to use an installed postmaster. 7 years ago
Noah Misch 2f932f71d9 Consistently test for in-use shared memory. 7 years ago
Tom Lane af052daec5 Doc: clarify partial-index example. 7 years ago