Commit Graph

42313 Commits (3a82129a40a3a2987356d4051e017fd456876c8d)
 

Author SHA1 Message Date
Alvaro Herrera 3a82129a40 Fix expected output 9 years ago
Alvaro Herrera 7526e10224 BRIN auto-summarization 9 years ago
Magnus Hagander 7220c7b3e5 Write "waiting for checkpoint" on regular progress row 9 years ago
Kevin Grittner 01fd6f8f2d Try to fix breakage of sepgsql hooks by ENR patch. 9 years ago
Kevin Grittner 5970271632 Add transition table support to plpgsql. 9 years ago
Kevin Grittner 18ce3a4ab2 Add infrastructure to support EphemeralNamedRelation references. 9 years ago
Robert Haas 25dc142a49 Avoid GatherMerge crash when there are no workers. 9 years ago
Robert Haas 7d8f6986b8 Fix parallel query so it doesn't spoil row estimates above Gather. 9 years ago
Robert Haas 2113ac4cbb Don't use bgw_main even to specify in-core bgworker entrypoints. 9 years ago
Tom Lane c281cd5fe1 Fix unstable regression test result. 9 years ago
Tom Lane f1a285e211 Fix unstable regression test result. 9 years ago
Robert Haas 9a12ad042d Fix typos. 9 years ago
Tom Lane 64d4da511c For foreign keys, check REFERENCES privilege only on the referenced table. 9 years ago
Robert Haas 8f18a880a5 Improve documentation for table partitioning. 9 years ago
Robert Haas f05230752d Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table." 9 years ago
Robert Haas c94e6942ce Don't allocate storage for partitioned tables. 9 years ago
Robert Haas f49bcd4ef3 postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning. 9 years ago
Andrew Dunstan e306df7f9c Full Text Search support for json and jsonb 9 years ago
Andrew Dunstan c80b9920fc Transform or iterate over json(b) string values 9 years ago
Magnus Hagander 156d3882f8 Fix typo in comment 9 years ago
Tom Lane ab1e644005 Fix broken markup. 9 years ago
Simon Riggs ceb3158abe Fix pgrowlocks minor coding oversight 9 years ago
Simon Riggs 25fff40798 Default monitoring roles 9 years ago
Tom Lane e984ef5861 Support \if ... \elif ... \else ... \endif in psql scripting. 9 years ago
Andres Freund ffae6733db Try to fix xml docs build broken in 5ded4bd. 9 years ago
Fujii Masao ec19693014 Simplify the example of VACUUM in documentation. 9 years ago
Andres Freund 5ded4bd214 Remove support for version-0 calling conventions. 9 years ago
Andres Freund 389bb2818f Move contrib/seg to only use V1 calling conventions. 9 years ago
Teodor Sigaev f90d23d0c5 Implement SortSupport for macaddr data type 9 years ago
Peter Eisentraut 5baf869f74 pg_dump: Remove query truncation in error messages 9 years ago
Peter Eisentraut 4fdb8a82e3 Update copyright year in recently added files 9 years ago
Alvaro Herrera 2fd8685e7f Simplify check of modified attributes in heap_update 9 years ago
Robert Haas 9a09527164 Mark more functions parallel-restricted. 9 years ago
Robert Haas fddf45b380 Plug race in dsa_attach. 9 years ago
Peter Eisentraut 3582b223d4 Fix hardcoded typeof check result for Windows 9 years ago
Peter Eisentraut ddce628971 Fix configure check for typeof 9 years ago
Peter Eisentraut e0eb5e0aea Improve Node vs Expr use a bit 9 years ago
Peter Eisentraut 4cb824699e Cast result of copyObject() to correct type 9 years ago
Peter Eisentraut 66b764341b doc: Mention --enable-tap-tests in regression test chapter 9 years ago
Peter Eisentraut 2e74e636bd Change 'diag' to 'note' in TAP tests 9 years ago
Alvaro Herrera 767bc028e5 Allow DSM segments to be created as pinned 9 years ago
Tom Lane 2c4debbd0f Make new expression eval code reject references to dropped columns. 9 years ago
Alvaro Herrera ce96ce60ca Remove direct uses of ItemPointer.{ip_blkid,ip_posid} 9 years ago
Simon Riggs a99f77021f Correct grammar in error message 9 years ago
Peter Eisentraut 967a4b01e3 Fix ssl tests 9 years ago
Tom Lane 8cfeaecfc7 Suppress implicit-conversion warnings seen with newer clang versions. 9 years ago
Teodor Sigaev ab89e465cb Altering default privileges on schemas 9 years ago
Peter Eisentraut 85163641f8 dblink: Fix error reporting 9 years ago
Simon Riggs ff539da316 Cleanup slots during drop database 9 years ago
Peter Eisentraut 4d33a7f2e7 Fix Perl code which had broken the Windows build 9 years ago