Commit Graph

46925 Commits (c098509927f9a49ebceb301a2cb6a477ecd4ac3c)
 

Author SHA1 Message Date
Noah Misch c098509927 Consistently test for in-use shared memory. 7 years ago
Michael Paquier db8db624e8 Revert "Switch TAP tests of pg_rewind to use a role with minimal permissions" 7 years ago
Magnus Hagander 77bd49adba Show shared object statistics in pg_stat_database 7 years ago
Peter Eisentraut ef6f30fe77 Fix REINDEX CONCURRENTLY of partitions 7 years ago
Thomas Munro f7feb020c3 Fix GetNewTransactionId()'s interaction with xidVacLimit. 7 years ago
Michael Paquier d87ab88686 Fix typos in reloptions.c 7 years ago
Michael Paquier d4e2a843e6 Switch TAP tests of pg_rewind to use a role with minimal permissions 7 years ago
Michael Paquier d527fda621 Fix more strcmp() calls using boolean-like comparisons for result checks 7 years ago
Tom Lane 798070ec05 Re-order some regression test scripts for more parallelism. 7 years ago
Tom Lane 5874c70557 Speed up sort-order-comparison tests in create_index_spgist. 7 years ago
Tom Lane 385d396b80 Split up a couple of long-running regression test scripts. 7 years ago
Tom Lane 6726d8d476 Move plpgsql error-trapping tests to a new module-specific test file. 7 years ago
Michael Meskes ed16ba3248 Fix off-by-one check that can lead to a memory overflow in ecpg. 7 years ago
Tom Lane 4aaa3b5cf1 Remove duplicative polygon SP-GiST sequencing test. 7 years ago
Bruce Momjian d4888a3f76 doc: adjust libpq wording to be neither/nor 7 years ago
Tom Lane f72d9a5e7d Remove redundant and ineffective test for btree insertion fast path. 7 years ago
Alvaro Herrera 65d857d92c Fix declaration after statement 7 years ago
Tom Lane 4cae471d1b Fix backwards test in operator_precedence_warning logic. 7 years ago
Peter Eisentraut 765525c8c2 pg_restore: Make not verbose by default 7 years ago
Amit Kapila bdf35744bd Avoid counting transaction stats for parallel worker cooperating 7 years ago
Thomas Munro d614aae02e Improve comment in sync.h. 7 years ago
Thomas Munro 255044889d Fix typos. 7 years ago
Tom Lane 9476131278 Prevent inlining of multiply-referenced CTEs with outer recursive refs. 7 years ago
Alvaro Herrera 4dba0f6dc4 Fix typo 7 years ago
Alvaro Herrera fe0e0b4fc7 Fix memory leak in pgbench 7 years ago
Tom Lane a2418f9e23 Test some more cases with partitioned tables in EvalPlanQual. 7 years ago
Noah Misch ba3fb5d4fb Define WIN32_STACK_RLIMIT throughout win32 and cygwin builds. 7 years ago
Peter Eisentraut 9efe068e48 Replace tabs with spaces in one .sql file 7 years ago
Heikki Linnakangas 16954e22e2 Fix example in comment. 7 years ago
Noah Misch 617dc6d299 Avoid "could not reattach" by providing space for concurrent allocation. 7 years ago
Andres Freund 6421011ea2 tableam: comment and formatting fixes. 7 years ago
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