Commit Graph

46880 Commits (106f2eb664bbd38c83090becff9fcde1e9622c9c)
 

Author SHA1 Message Date
Peter Eisentraut 106f2eb664 Cast pg_stat_progress_cluster.cluster_index_relid to oid 6 years ago
Tom Lane 9e360f0e83 Avoid Python memory leaks in hstore_plpython and jsonb_plpython. 6 years ago
Tom Lane 46e3442c9e Fix failures in validateForeignKeyConstraint's slow path. 6 years ago
Michael Paquier 249d649996 Add support TCP user timeout in libpq and the backend server 6 years ago
Tom Lane 959d00e9db Use Append rather than MergeAppend for scanning ordered partitions. 6 years ago
Alvaro Herrera 9f06d79ef8 Add facility to copy replication slots 6 years ago
Thomas Munro de2b38419c Wake up interested backends when a checkpoint fails. 6 years ago
Robert Haas 6665305e17 Fix missing word. 6 years ago
Tom Lane 478cacb50e Ensure consistent name matching behavior in processSQLNamePattern(). 6 years ago
Andres Freund 86cc06d1cf table: docs: fix typos and grammar. 6 years ago
Etsuro Fujita 3e6b0c4729 Doc: Update documentation on partitioning vs. foreign tables. 6 years ago
Peter Eisentraut edda32ee25 Fix compiler warning 6 years ago
Noah Misch 82150a05be Revert "Consistently test for in-use shared memory." 6 years ago
Thomas Munro 794c543b17 Fix bugs in mdsyncfiletag(). 6 years ago
Stephen Frost c46c85d459 Handle errors during GSSAPI startup better 6 years ago
Michael Paquier bfc80683ce Fix some documentation in pg_rewind 6 years ago
Andres Freund 57a7a3adfe Remove unused struct member, enforce multi_insert callback presence. 6 years ago
Andres Freund ea97e440b8 Harden tableam against nonexistant / wrong kind of AMs. 6 years ago
Peter Geoghegan 344b7e11bb Add test coverage for rootdescend verification. 6 years ago
Andres Freund 86b85044e8 tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering. 6 years ago
Tom Lane 7bac3acab4 Add a "SQLSTATE-only" error verbosity option to libpq and psql. 6 years ago
Alvaro Herrera 413ccaa74d pg_restore: Require "-f -" to mean stdout 6 years ago
Tom Lane 9c703c169a Make queries' locking of indexes more consistent. 6 years ago
Robert Haas a96c41feec Allow VACUUM to be run with index cleanup disabled. 6 years ago
Peter Geoghegan 74eb2176bf Invalidate binary search bounds consistently. 6 years ago
Stephen Frost 87e16db5eb Move the be_gssapi_get_* prototypes 6 years ago
Thomas Munro 3eb77eba5a Refactor the fsync queue for wider use. 6 years ago
Peter Eisentraut 33215d113d file_fdw: Fix for generated columns 6 years ago
Noah Misch 6f0e190056 Silence -Wimplicit-fallthrough in sysv_shmem.c. 6 years ago
Noah Misch 16ee6eaf80 Make src/test/recovery/t/017_shm.pl safe for concurrent execution. 6 years ago
Michael Paquier 92c76021ae Improve readability of some tests in strings.sql 6 years ago
Andres Freund b73c3a1196 tableam: basic documentation. 6 years ago
Noah Misch ab9ed9be23 Assert that pgwin32_signal_initialize() has been called early enough. 6 years ago
Noah Misch f433394e48 Handle USE_MODULE_DB for all tests able to use an installed postmaster. 6 years ago
Noah Misch 2f932f71d9 Consistently test for in-use shared memory. 6 years ago
Tom Lane af052daec5 Doc: clarify partial-index example. 6 years ago
Tomas Vondra ea569d64ac Add SETTINGS option to EXPLAIN, to print modified settings. 6 years ago
Alvaro Herrera d1f04b96b9 Tweak docs for log_statement_sample_rate 6 years ago
Alvaro Herrera 799e220346 Log all statements from a sample of transactions 6 years ago
Tom Lane d8c0bd9fef Remove now-unnecessary thread pointer arguments in pgbench. 6 years ago
Tomas Vondra c50b3158bf Reduce overhead of pg_mcv_list (de)serialization 6 years ago
Stephen Frost b0b39f72b9 GSSAPI encryption support 6 years ago
Alvaro Herrera 5f6fc34af5 Copy name when cloning FKs recurses to partitions 6 years ago
Alvaro Herrera f56f8f8da6 Support foreign keys that reference partitioned tables 6 years ago
Heikki Linnakangas 9155580fd5 Generate less WAL during GiST, GIN and SP-GiST index build. 6 years ago
Alvaro Herrera 5f768045a1 Correctly initialize newly added struct member 6 years ago
Alvaro Herrera e8abf97af7 Prevent use of uninitialized variable 6 years ago
Alvaro Herrera 11074f26bc Update expected output for modified catalog definition 6 years ago
Alvaro Herrera ab0dfc961b Report progress of CREATE INDEX operations 6 years ago
Stephen Frost 4d0e994eed Add support for partial TOAST decompression 6 years ago