Commit Graph

44734 Commits (5dfd1e5a6696b271a2cdee54143fbc209c88c02f)
 

Author SHA1 Message Date
Peter Eisentraut 5dfd1e5a66 Logical decoding of TRUNCATE 8 years ago
Teodor Sigaev b508a56f2f Predicate locking in hash indexes. 8 years ago
Alvaro Herrera 971d7ddbe1 Document partprune.c a little better 8 years ago
Andres Freund 4f813c7203 Blindly attempt to fix sepgsql tests broken due to 9fdb675fc5. 8 years ago
Andres Freund 40e42e1024 Attempt to fix endianess issues in new hash partition test. 8 years ago
Andres Freund 8c3debbbf6 Fix and improve pg_atomic_flag fallback implementation. 8 years ago
Tom Lane eb2a0e00b1 Doc: fix broken markup. 8 years ago
Robert Haas 47cb9ca49a Fix possible failure in parallel index build. 8 years ago
Robert Haas 3d956d9562 Allow insert and update tuple routing and COPY for foreign tables. 8 years ago
Tom Lane cb1ff1e5af Remove some unnecessary quote marks from catalog DATA lines. 8 years ago
Alvaro Herrera 3cabe38630 Fix badly edited doc sentence 8 years ago
Magnus Hagander 032429701e Clean up intermetiate state in pg_basebackup tests 8 years ago
Magnus Hagander f66c37b2f7 Fix typo 8 years ago
Alvaro Herrera 9fdb675fc5 Faster partition pruning 8 years ago
Stephen Frost 11523e860f Support new default roles with adminpack 8 years ago
Stephen Frost 0fdc8495bf Add default roles for file/program access 8 years ago
Stephen Frost e79350fef2 Remove explicit superuser checks in favor of ACLs 8 years ago
Peter Eisentraut 94c1f9ba11 Add memory context identifier to portal context 8 years ago
Peter Eisentraut bbca77623f Rename MemoryContextCopySetIdentifier() for clarity 8 years ago
Robert Haas cfbecf8100 Enforce child constraints during COPY TO a partitioned table. 8 years ago
Robert Haas 870d89608e Refactor PgFdwModifyState creation/destruction into separate functions. 8 years ago
Peter Eisentraut bcf79b5bb6 Split the SetSubscriptionRelState function into two 8 years ago
Peter Eisentraut c25304a945 Improve messaging during logical replication worker startup 8 years ago
Peter Eisentraut 2cd6520e78 Fix compiler warning about format truncation 8 years ago
Simon Riggs f1464c5380 Improve parse representation for MERGE 8 years ago
Magnus Hagander 3b0b4f31f7 Attempt to fix win32 build of pg_verify_checksums 8 years ago
Magnus Hagander 1fde38beaa Allow on-line enabling and disabling of data checksums 8 years ago
Bruce Momjian c39e903d51 doc: remove mention of the DMOZ catalog in ltree docs 8 years ago
Simon Riggs ddb4158579 MERGE syntax diagram correction 8 years ago
Peter Eisentraut b981275b65 PL/pgSQL: Add support for SET TRANSACTION 8 years ago
Simon Riggs 530e69e59b Allow cpluspluscheck to pass by renaming variable 8 years ago
Peter Eisentraut b9986551e0 Fix plan cache issue in PL/pgSQL CALL 8 years ago
Magnus Hagander 6a5f796b48 Fix worker_spi for new parameter to initialize connection 8 years ago
Teodor Sigaev 1a8c95365e Remove tsearch test contained russian characters, missed in 8 years ago
Magnus Hagander eed1ce72e1 Allow background workers to bypass datallowconn 8 years ago
Teodor Sigaev 1664ae1978 Add websearch_to_tsquery 8 years ago
Alvaro Herrera fbc27330b8 Add missing include 8 years ago
Teodor Sigaev f4cd7102b5 Add support of bool, bpchar, name and uuid to btree_gin 8 years ago
Teodor Sigaev 0a64b45152 Fix handling of non-upgraded B-tree metapages 8 years ago
Simon Riggs 01b88b4df5 MERGE minor errata 8 years ago
Simon Riggs 3af7b2b0d4 MERGE fix variable warning in non-assert builds 8 years ago
Simon Riggs a5d86181ec MERGE INSERT allows only one VALUES clause 8 years ago
Teodor Sigaev 17d8beb4f5 Remove unused vars and mark assert-only vars 8 years ago
Teodor Sigaev a02d51c0d3 Fix misprint in documentation 8 years ago
Teodor Sigaev 51e6562324 Fix typo 8 years ago
Simon Riggs 4b2d44031f MERGE post-commit review 8 years ago
Andrew Gierth 1fd8690668 Install errcodes.txt for use by extensions. 8 years ago
Peter Eisentraut a56e26784d doc: Improve indentation of SQL examples 8 years ago
Alvaro Herrera 7d7c99790b Restore erroneously removed ONLY from PK check 8 years ago
Stephen Frost 446f7f5d78 Rewrite pg_dump TAP tests 8 years ago