Commit Graph

50746 Commits (7cde6b13a9b630e2f04d91e2f17dedc2afee21c6)
 

Author SHA1 Message Date
Peter Geoghegan 7cde6b13a9 Adjust lazy_scan_heap() accounting comments. 4 years ago
Thomas Munro f900a79ecd Default to wal_sync_method=fdatasync on FreeBSD. 4 years ago
Thomas Munro 2c8b42b50d Use pg_pwrite() in pg_test_fsync. 4 years ago
Amit Kapila d9b0767bec Fix the warnings introduced in commit ce0fdbfe97. 4 years ago
Thomas Munro 637668fb1d Hold interrupts while running dsm_detach() callbacks. 4 years ago
Michael Paquier b83dcf7928 Add result size as argument of pg_cryptohash_final() for overflow checks 4 years ago
Tom Lane 2dd6733108 Minor fixes to improve regex debugging code. 4 years ago
Thomas Munro c7ecd6af01 ReadNewTransactionId() -> ReadNextTransactionId(). 4 years ago
Bruce Momjian 8facf1ea00 README/C-comment: document GiST's NSN value 4 years ago
Michael Paquier 8063d0f6f5 doc: Mention NO DEPENDS ON EXTENSION in its supported ALTER commands 4 years ago
Tom Lane ad2ad698ac Tweak compiler version cutoff for no_sanitize("alignment") support. 4 years ago
Tom Lane ae4867ec74 Avoid divide-by-zero in regex_selectivity() with long fixed prefix. 4 years ago
Alexander Korotkov 993bdb9f93 pg_attribute_no_sanitize_alignment() macro 4 years ago
Amit Kapila c8b21b0378 Fix Subscription test added by commit ce0fdbfe97. 4 years ago
Amit Kapila ce0fdbfe97 Allow multiple xacts during table sync in logical replication. 4 years ago
Peter Geoghegan 3063eb1759 Remove obsolete IndexBulkDeleteResult stats field. 4 years ago
Tom Lane 62535cae97 Remove dead code in ECPGconnect(), and improve documentation. 4 years ago
Tom Lane 69036aafb9 Simplify jsonfuncs.c code by using strtoint() not strtol(). 4 years ago
Tom Lane d4c746516b Remove no-longer-used RTE argument of markVarForSelectPriv(). 4 years ago
Michael Paquier 42d74e0c44 Fix copy-paste error with SHA256 digest length in checksum_helper.c 4 years ago
Peter Eisentraut 69273c8f88 Add test case for abbrev(cidr) 4 years ago
Magnus Hagander e7f4291485 Remove extra Success message at the end of initdb 4 years ago
Peter Eisentraut 6499008150 pg_dump: Add const decorations 4 years ago
Peter Eisentraut 4ad5611055 Fix lack of message pluralization 4 years ago
Michael Paquier 4f47260050 Fix ORDER BY clause in new regression test of REINDEX CONCURRENTLY 4 years ago
Michael Paquier 092b785fad Simplify code related to compilation of SSL and OpenSSL 4 years ago
Michael Paquier bd12080980 Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY 4 years ago
Amit Kapila cd142e032e Make pg_replication_origin_drop safe against concurrent drops. 4 years ago
Peter Geoghegan 31c7fb41e2 Fix obsolete FSM remarks in nbtree README. 4 years ago
Fujii Masao 890d2182a2 Revert "Display the time when the process started waiting for the lock, in pg_locks." 4 years ago
Fujii Masao 3b733fcd04 Display the time when the process started waiting for the lock, in pg_locks. 4 years ago
Michael Paquier 7cb3048f38 Add option PROCESS_TOAST to VACUUM 4 years ago
Peter Geoghegan 5fd590021d Correct pgstattuple B-Tree page comments. 4 years ago
Tom Lane c028faf2a6 Fix mishandling of column-level SELECT privileges for join aliases. 4 years ago
Heikki Linnakangas 6214e2b228 Fix permission checks on constraint violation errors on partitions. 4 years ago
Peter Geoghegan 617fffee8a Rename removable xid function for consistency. 4 years ago
Tom Lane d1d2979852 Revert "Propagate CTE property flags when copying a CTE list into a rule." 4 years ago
Tatsuo Ishii 04fd3eeba5 Docs: fix pg_wal_lsn_diff manual. 4 years ago
Tom Lane ed29089633 Propagate CTE property flags when copying a CTE list into a rule. 4 years ago
Tom Lane dd705a039f Disallow converting an inheritance child table to a view. 4 years ago
Michael Paquier f7400823c3 Clarify some comments around SharedRecoveryState in xlog.c 4 years ago
Robert Haas 418611c84d Generalize parallel slot result handling. 4 years ago
Robert Haas e955bd4b6c Move some code from src/bin/scripts to src/fe_utils to permit reuse. 4 years ago
Heikki Linnakangas c444472af5 Fix backslash-escaping multibyte chars in COPY FROM. 4 years ago
Etsuro Fujita 5e7fa189ee postgres_fdw: Fix assertion in estimate_path_cost_size(). 4 years ago
Tom Lane 0ff865fbe5 Fix bug in HashAgg's selective-column-spilling logic. 4 years ago
Thomas Munro e1c02d92ae Tab-complete CREATE DATABASE ... LOCALE. 4 years ago
Tom Lane 82e0e29308 Fix YA incremental sort bug. 4 years ago
Peter Geoghegan c34787f910 Harden nbtree page deletion. 4 years ago
Heikki Linnakangas 2f86ab305e Fix small error in COPY FROM progress reporting. 4 years ago