Commit Graph

46218 Commits (e451dd5521966516110eb1761342ae4a1380b19d)
 

Author SHA1 Message Date
Alvaro Herrera 0c2377152f DETACH PARTITION: hold locks on indexes until end of transaction 7 years ago
Michael Paquier 4cba9c2a33 Add more tab completion for CREATE TABLE in psql 7 years ago
Greg Stark 1075dfdaf3 Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLY 7 years ago
Tom Lane 2ece7c07dc Add text-vs-name cross-type operators, and unify name_ops with text_ops. 7 years ago
Tom Lane 586b98fdf1 Make type "name" collation-aware. 7 years ago
Alvaro Herrera 68f6f2b739 Remove function names from error messages 7 years ago
Tom Lane c6e394c1a2 Small improvements for allocation logic in ginHeapTupleFastCollect(). 7 years ago
Tom Lane 639924249c Doc: fix incorrect example of collecting arguments with fmgr macros. 7 years ago
Peter Geoghegan 61a4480a68 Remove obsolete nbtree duplicate entries comment. 7 years ago
Peter Geoghegan 60f3cc9553 Correct obsolete nbtree recovery comments. 7 years ago
Tatsuo Ishii 3cab54878d Doc: fix typo in "Generic File Access Functions" section. 7 years ago
Tom Lane 6b0faf7236 Make collation-aware system catalog columns use "C" collation. 7 years ago
Tom Lane b2d9e17768 Update sepgsql regression test results for commit ca4103025. 7 years ago
Tom Lane d364e88155 Fix ancient thinko in mergejoin cost estimation. 7 years ago
Michael Paquier f94cec6447 Include partitioned indexes to system view pg_indexes 7 years ago
Michael Paquier 3e514c1238 Tweak description comments in tests for partition functions 7 years ago
Michael Paquier ed6f15eb35 Update project link of pgBadger in documentation 7 years ago
Michael Paquier e4fca461ab Include ALTER INDEX SET STATISTICS in pg_dump 7 years ago
Tom Lane cc92cca431 Drop support for getting signal descriptions from sys_siglist[]. 7 years ago
Alvaro Herrera ca4103025d Fix tablespace handling for partitioned tables 7 years ago
Alvaro Herrera 1e6240a3fe Clarify runtime pruning in EXPLAIN 7 years ago
Amit Kapila 3abb11e55b Remove extra semicolons. 7 years ago
Michael Paquier 67915fb8e5 Fix use-after-free bug when renaming constraints 7 years ago
Michael Paquier b13fd344c5 Make constraint rename issue relcache invalidation on target relation 7 years ago
Tom Lane a73d083195 Modernize our code for looking up descriptive strings for Unix signals. 7 years ago
Tom Lane 16fda4b853 Make error handling in parallel pg_upgrade less bogus. 7 years ago
Tom Lane ade2d61ed0 Improve detection of child-process SIGPIPE failures. 7 years ago
Tom Lane 5e09280057 Make pg_statistic and related code account more honestly for collations. 7 years ago
Michael Paquier 8fb569e978 Introduce new extended routines for FDW and foreign server lookups 7 years ago
Andres Freund 09568ec3d3 Create a separate oid range for oids assigned by genbki.pl. 7 years ago
Tom Lane 84d514887f Fix bogus logic for skipping unnecessary partcollation dependencies. 7 years ago
Tom Lane 04fe805a17 Drop no-op CoerceToDomain nodes from expressions at planning time. 7 years ago
Alexander Korotkov 52ac6cd2d0 Prevent GIN deleted pages from being reclaimed too early 7 years ago
Alexander Korotkov c6ade7a8cd Prevent deadlock in ginRedoDeletePage() 7 years ago
Alexander Korotkov fd83c83d09 Fix deadlock in GIN vacuum introduced by 218f51584d 7 years ago
Tom Lane 77d4d88afb Repair bogus EPQ plans generated for postgres_fdw foreign joins. 7 years ago
Tom Lane 0f7ec8d9c3 Repair bogus handling of multi-assignment Params in upper plan levels. 7 years ago
Michael Paquier cc53123bcc Tweak pg_partition_tree for undefined relations and unsupported relkinds 7 years ago
Tom Lane 7a28e9aa0f Fix test_rls_hooks to assign expression collations properly. 7 years ago
Tom Lane d65ddb2b56 Doc: improve documentation about ALTER LARGE OBJECT requirements. 7 years ago
Noah Misch 1db439ad49 Raise some timeouts to 180s, in test code. 7 years ago
Tom Lane 001bb9f3ed Add stack depth checks to key recursive functions in backend/nodes/*.c. 7 years ago
Tom Lane e28649a67f Doc: remove obsolete reference to recursive expression evaluation. 7 years ago
Tom Lane b7a29695f7 Make TupleDescInitBuiltinEntry throw error for unsupported types. 7 years ago
Stephen Frost eeeb1dfc87 Add pg_dump test for empty OP class 7 years ago
Stephen Frost 2d7eeb1b14 Add additional partition tests to pg_dump 7 years ago
Stephen Frost 96c702c1ed Remove dead code in toast_fetch_datum_slice 7 years ago
Michael Paquier 6d8727f95e Ensure cleanup of orphan archive status files 7 years ago
Michael Paquier 7fee252f6f Add timestamp of last received message from standby to pg_stat_replication 7 years ago
Tom Lane 1f66c657f2 Doc: document that we expect CHECK constraint conditions to be immutable. 7 years ago