Commit Graph

50771 Commits (fe06819f105ccea52c12d418c8dbaaaa54377e96)
 

Author SHA1 Message Date
Fujii Masao fe06819f10 Fix psql's ON_ERROR_ROLLBACK so that it handles COMMIT AND CHAIN. 5 years ago
Fujii Masao 8a55cb5ba9 Fix bug in COMMIT AND CHAIN command. 5 years ago
Peter Eisentraut 678d0e239b Update snowball 5 years ago
Peter Geoghegan b071a31149 Add nbtree README section on page recycling. 5 years ago
Tom Lane b5a66e7353 Fix another ancient bug in parsing of BRE-mode regular expressions. 5 years ago
Fujii Masao 614b7f18b3 Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver. 5 years ago
Peter Eisentraut eb42110d95 Add tests for bytea LIKE operator 5 years ago
Peter Eisentraut f5465fade9 Allow specifying CRL directory 5 years ago
Peter Geoghegan 128dd901a5 nbtree README: move VACUUM linear scan section. 5 years ago
Tomas Vondra 927f453a94 Fix tuple routing to initialize batching only for inserts 5 years ago
Tomas Vondra c15283ff42 Fix pointer type in ExecForeignBatchInsert SGML docs 5 years ago
Tom Lane 4e703d6719 Make some minor improvements in the regex code. 5 years ago
Peter Eisentraut f40c6969d0 Routine usage information schema tables 5 years ago
Magnus Hagander a29f30780f Fix typo 5 years ago
Peter Eisentraut 0e392fcc0d Use errmsg_internal for debug messages 5 years ago
Michael Paquier e6b8e83b9f Add psql completion for [ NO ] DEPENDS ON EXTENSION 5 years ago
Tom Lane 38bb3aef35 Convert tsginidx.c's GIN indexing logic to fully ternary operation. 5 years ago
Amit Kapila f672df5fdd Remove the unnecessary PrepareWrite in pgoutput. 5 years ago
Andres Freund 8001cb77ee Fix heap_page_prune() parameter order confusion introduced in dc7420c2c9. 5 years ago
Andres Freund a975ff4980 Remove backwards compat ugliness in snapbuild.c. 5 years ago
Tom Lane 0e52903128 Simplify loop logic in nodeIncrementalSort.c. 5 years ago
Heikki Linnakangas 54e51dcde0 Make ExecGetInsertedCols() and friends more robust and improve comments. 5 years ago
Fujii Masao 46d6e5f567 Display the time when the process started waiting for the lock, in pg_locks, take 2 5 years ago
Peter Geoghegan 9e596b65f4 Add "LP_DEAD item?" column to GiST pageinspect functions 5 years ago
Peter Geoghegan fa41cf8f18 Avoid misinterpreting GiST pages in pageinspect. 5 years ago
Peter Geoghegan 7cde6b13a9 Adjust lazy_scan_heap() accounting comments. 5 years ago
Thomas Munro f900a79ecd Default to wal_sync_method=fdatasync on FreeBSD. 5 years ago
Thomas Munro 2c8b42b50d Use pg_pwrite() in pg_test_fsync. 5 years ago
Amit Kapila d9b0767bec Fix the warnings introduced in commit ce0fdbfe97. 5 years ago
Thomas Munro 637668fb1d Hold interrupts while running dsm_detach() callbacks. 5 years ago
Michael Paquier b83dcf7928 Add result size as argument of pg_cryptohash_final() for overflow checks 5 years ago
Tom Lane 2dd6733108 Minor fixes to improve regex debugging code. 5 years ago
Thomas Munro c7ecd6af01 ReadNewTransactionId() -> ReadNextTransactionId(). 5 years ago
Bruce Momjian 8facf1ea00 README/C-comment: document GiST's NSN value 5 years ago
Michael Paquier 8063d0f6f5 doc: Mention NO DEPENDS ON EXTENSION in its supported ALTER commands 5 years ago
Tom Lane ad2ad698ac Tweak compiler version cutoff for no_sanitize("alignment") support. 5 years ago
Tom Lane ae4867ec74 Avoid divide-by-zero in regex_selectivity() with long fixed prefix. 5 years ago
Alexander Korotkov 993bdb9f93 pg_attribute_no_sanitize_alignment() macro 5 years ago
Amit Kapila c8b21b0378 Fix Subscription test added by commit ce0fdbfe97. 5 years ago
Amit Kapila ce0fdbfe97 Allow multiple xacts during table sync in logical replication. 5 years ago
Peter Geoghegan 3063eb1759 Remove obsolete IndexBulkDeleteResult stats field. 5 years ago
Tom Lane 62535cae97 Remove dead code in ECPGconnect(), and improve documentation. 5 years ago
Tom Lane 69036aafb9 Simplify jsonfuncs.c code by using strtoint() not strtol(). 5 years ago
Tom Lane d4c746516b Remove no-longer-used RTE argument of markVarForSelectPriv(). 5 years ago
Michael Paquier 42d74e0c44 Fix copy-paste error with SHA256 digest length in checksum_helper.c 5 years ago
Peter Eisentraut 69273c8f88 Add test case for abbrev(cidr) 5 years ago
Magnus Hagander e7f4291485 Remove extra Success message at the end of initdb 5 years ago
Peter Eisentraut 6499008150 pg_dump: Add const decorations 5 years ago
Peter Eisentraut 4ad5611055 Fix lack of message pluralization 5 years ago
Michael Paquier 4f47260050 Fix ORDER BY clause in new regression test of REINDEX CONCURRENTLY 5 years ago