Commit Graph

44728 Commits (eb2a0e00b18aedabd76f5442e38f4bf5d1b94974)
 

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