Commit Graph

44745 Commits (c37b3d08ca6873f9d4eaf24c72a90a550970cbb8)
 

Author SHA1 Message Date
Stephen Frost c37b3d08ca Allow group access on PGDATA 8 years ago
Stephen Frost da9b580d89 Refactor dir/file permissions 8 years ago
Alvaro Herrera 499be013de Support partition pruning at execution time 8 years ago
Alvaro Herrera 5c0675215e Add bms_prev_member function 8 years ago
Andres Freund f16241bef7 Raise error when affecting tuple moved into different partition. 8 years ago
Teodor Sigaev 8224de4f42 Indexes with INCLUDE columns and their support in B-tree 8 years ago
Teodor Sigaev 01bb85169a Make test of json(b)_to_tsvector language-independ 8 years ago
Teodor Sigaev 1c1791e000 Add json(b)_to_tsvector function 8 years ago
Peter Eisentraut 529ab7bd1f Fix timing issue in new subscription truncate test 8 years ago
Andres Freund bf75fe47e4 Deactive flapping checksum isolation tests. 8 years ago
Peter Eisentraut 039eb6e92f Logical replication support for TRUNCATE 8 years ago
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