Commit Graph

5685 Commits (bcf2667bf62d72faced64cb60ffbd2e599a0ebe8)

Author SHA1 Message Date
Michael Paquier bcf2667bf6 Fix some typos, grammar and style in docs and comments 5 years ago
Peter Eisentraut 8ec8fe0f31 Message style fix 5 years ago
Thomas Munro 9cf184cc05 pg_collation_actual_version() -> pg_collation_current_version(). 5 years ago
Thomas Munro 0fb0a0503b Hide internal error for pg_collation_actual_version(<bad OID>). 5 years ago
Peter Eisentraut efbfb64241 Improve new hash partition bound check error messages 5 years ago
Fujii Masao 8a55cb5ba9 Fix bug in COMMIT AND CHAIN command. 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
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
Amit Kapila f672df5fdd Remove the unnecessary PrepareWrite in pgoutput. 5 years ago
Tom Lane 0e52903128 Simplify loop logic in nodeIncrementalSort.c. 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
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 Eisentraut 69273c8f88 Add test case for abbrev(cidr) 5 years ago
Michael Paquier 4f47260050 Fix ORDER BY clause in new regression test of REINDEX CONCURRENTLY 5 years ago
Michael Paquier bd12080980 Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLY 5 years ago
Fujii Masao 890d2182a2 Revert "Display the time when the process started waiting for the lock, in pg_locks." 5 years ago
Fujii Masao 3b733fcd04 Display the time when the process started waiting for the lock, in pg_locks. 5 years ago
Michael Paquier 7cb3048f38 Add option PROCESS_TOAST to VACUUM 5 years ago
Tom Lane c028faf2a6 Fix mishandling of column-level SELECT privileges for join aliases. 5 years ago
Heikki Linnakangas 6214e2b228 Fix permission checks on constraint violation errors on partitions. 5 years ago
Tom Lane d1d2979852 Revert "Propagate CTE property flags when copying a CTE list into a rule." 5 years ago
Tom Lane ed29089633 Propagate CTE property flags when copying a CTE list into a rule. 5 years ago
Tom Lane dd705a039f Disallow converting an inheritance child table to a view. 5 years ago
Tom Lane 82e0e29308 Fix YA incremental sort bug. 5 years ago
Michael Paquier c5b286047c Add TABLESPACE option to REINDEX 5 years ago
Tom Lane 62f34097c8 Build in some knowledge about foreign-key relationships in the catalogs. 5 years ago
Peter Eisentraut 3696a600e2 SEARCH and CYCLE clauses 5 years ago
Michael Paquier fe61df7f82 Introduce --with-ssl={openssl} as a configure option 5 years ago
Alexander Korotkov aa6e46daf5 Throw error when assigning jsonb scalar instead of a composite object 5 years ago
Alexander Korotkov 81fcc72e66 Filling array gaps during jsonb subscripting 5 years ago
Alexander Korotkov 676887a3b0 Implementation of subscripting for jsonb 5 years ago
Alexander Korotkov 0c4f355c6a Fix parsing of complex morphs to tsquery 5 years ago
Peter Eisentraut dfb75e478c Add primary keys and unique constraints to system catalogs 5 years ago
Peter Eisentraut 6aaaa76bb4 Allow GRANTED BY clause in normal GRANT and REVOKE statements 5 years ago
Noah Misch 360bd2321b Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables. 5 years ago
Noah Misch 8a54e12a38 Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions. 5 years ago
Alvaro Herrera 6f5c8a8ec2
Remove bogus restriction from BEFORE UPDATE triggers 5 years ago
Tom Lane 1d9351a87c Fix hash partition pruning with asymmetric partition sets. 5 years ago
Peter Eisentraut b034ef9b37 Remove gratuitous uses of deprecated SELECT INTO 5 years ago
Tom Lane 881933f194 Don't clobber the calling user's credentials cache in Kerberos test. 5 years ago
Amit Kapila 40ab64c1ec Fix ALTER PUBLICATION...DROP TABLE behavior. 5 years ago
Tom Lane 58cd8dca3d Avoid redundantly prefixing PQerrorMessage for a connection failure. 5 years ago
Tom Lane 55dc86eca7 Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. 5 years ago
Tomas Vondra ad600bba04 psql \dX: list extended statistics objects 5 years ago
Michael Paquier a36dc04d42 Add regression test for DROP OWNED BY with default ACLs 5 years ago