Commit Graph

45325 Commits (3522d0eaba5a976f09a48810dd25dff6ab3565df)
 

Author SHA1 Message Date
Andres Freund 3522d0eaba Deduplicate "invalid input syntax" messages for various types. 8 years ago
Tom Lane 04269320ae Further portability hacking in pg_upgrade's test script. 8 years ago
Tom Lane 0c0908d926 Be more paranoid about quoting in pg_upgrade's test script. 8 years ago
Tom Lane 986127e3db Avoid unportable shell syntax in pg_upgrade's test script. 8 years ago
Dean Rasheed 8f6ce7fb09 Guard against rare RAND_bytes() failures in pg_strong_random(). 8 years ago
Michael Paquier f2b1316a94 Bump catalog version for recent toast table additions 8 years ago
Michael Paquier 96cdeae07f Add toast tables to most system catalogs 8 years ago
Tom Lane 2409716755 Remove undocumented restriction against duplicate partition key columns. 8 years ago
Tom Lane 90371a24a5 Improve psql's \d command to show whether index columns are key columns. 8 years ago
Tom Lane 028e3da294 Fix pg_get_indexdef()'s behavior for included index columns. 8 years ago
Alvaro Herrera 1573995f55 Rewrite comments in replication slot advance implementation 8 years ago
Alexander Korotkov 309765fa1e Fix handling of empty uncompressed posting list pages in GIN 8 years ago
Heikki Linnakangas b90d97e081 Fix error message when a hostaddr cannot be parsed. 8 years ago
Heikki Linnakangas 99fdebaf2d Rephrase a few comments for clarity. 8 years ago
Heikki Linnakangas 405cb356d6 Fix comment. 8 years ago
Heikki Linnakangas 5220bb7533 Expand run-time partition pruning to work with MergeAppend 8 years ago
Michael Paquier b33ef397a1 Fix print of Path nodes when using OPTIMIZER_DEBUG 8 years ago
Michael Paquier c6598b8b05 Fix re-parameterize of MergeAppendPath 8 years ago
Tom Lane a360f952ff Remove race-prone hot_standby_feedback test cases in 001_stream_rep.pl. 8 years ago
Tom Lane 701fd0bbc9 Drop the rule against included index columns duplicating key columns. 8 years ago
Tom Lane 3cb646264e Use a ResourceOwner to track buffer pins in all cases. 8 years ago
Heikki Linnakangas 6b387179ba Fix misc typos, mostly in comments. 8 years ago
Michael Paquier 94019c879a Fix more portability issues with casts to Size when using off_t 8 years ago
Michael Paquier 8bd064f0c7 Fix casting in error message for two-phase file 8 years ago
Michael Paquier 811b6e36a9 Rework error messages around file handling 8 years ago
Alvaro Herrera c6736ff760 doc: move PARTITION OF stanza to just below PARTITION BY 8 years ago
Alvaro Herrera 1c04d4beea Revise BuildIndexValueDescription to simplify it 8 years ago
Alvaro Herrera cb9db2ab06 Fix ALTER TABLE...SET STATS error message for included columns 8 years ago
Alvaro Herrera e353389d24 Fix partition pruning with IS [NOT] NULL clauses 8 years ago
Robert Haas 32df1c9afa Add subtransaction handling for table synchronization workers. 8 years ago
Peter Eisentraut f7cb2842bf Add plan_cache_mode setting 8 years ago
Peter Eisentraut a06e56b247 doc: Update redirecting links 8 years ago
Tom Lane 1007b0a126 Fix hashjoin costing mistake introduced with inner_unique optimization. 8 years ago
Tom Lane 28a1ae5342 Fix crash in contrib/ltree's lca() function for empty input array. 8 years ago
Peter Eisentraut 333224c99e Update documentation editor setup instructions 8 years ago
Tom Lane 4984784f83 Fix crash in json{b}_populate_recordset() and json{b}_to_recordset(). 8 years ago
Alvaro Herrera 93ad00c968 Dump foreign keys on partitioned tables 8 years ago
Heikki Linnakangas 42f70cd9c3 Improve performance of tuple conversion map generation 8 years ago
Tom Lane 130beba36d Fix inadequate buffer locking in FSM and VM page re-initialization. 8 years ago
Bruce Momjian 394811501c docs: Remove "New" description of the libpqxx interface 8 years ago
Peter Eisentraut 3884072329 Prohibit transaction commands in security definer procedures 8 years ago
Peter Eisentraut 1f4ec89459 Remove obsolete documentation build tools for Windows 8 years ago
Thomas Munro e8d9caa436 Accept invalidation messages in InitializeSessionUserId(). 8 years ago
Thomas Munro 387a5cfb94 Add pg_dump --on-conflict-do-nothing option. 8 years ago
Michael Paquier ce89ad0fa0 Fix argument of pg_create_logical_replication_slot for slot name 8 years ago
Michael Paquier 5fc1008e8a Clean up temporary WAL segments after an instance crash 8 years ago
Peter Eisentraut 5e6e2c8773 Reset shmem_exit_inprogress after shmem_exit() 8 years ago
Tom Lane 632b4ae92d Doc: minor improvement in pl/pgsql FETCH/MOVE documentation. 8 years ago
Alvaro Herrera cd073d8f70 Fix FK checks of TRUNCATE involving partitioned tables 8 years ago
Tom Lane 11a3aeeb5e Doc: clarify release note text about v11's new window function features. 8 years ago