Commit Graph

9840 Commits (b094063cd16d22b2f065a432580bb3568b2d8a77)

Author SHA1 Message Date
Tom Lane d7cff12c4c Add macro PGWARNING, and make PGERROR available on all platforms. 5 years ago
Fujii Masao 08aa89b326 Remove COMMIT_TS_SETTS record. 5 years ago
Noah Misch df5efaf441 Standardize pg_authid oid_symbol values. 5 years ago
Tom Lane 99964c4ade Fix failure of xlogprefetch.h to include all prerequisite headers. 5 years ago
Michael Paquier 609b0652af Fix typos and grammar in documentation and code comments 5 years ago
Thomas Munro 34399a670a Remove duplicate typedef. 5 years ago
Fujii Masao 8ff1c94649 Allow TRUNCATE command to truncate foreign tables. 5 years ago
David Rowley 50e17ad281 Speedup ScalarArrayOpExpr evaluation 5 years ago
Thomas Munro 1d257577e0 Optionally prefetch referenced data in recovery. 5 years ago
Thomas Munro f003d9f872 Add circular WAL decoding buffer. 5 years ago
Thomas Munro 323cbe7c7d Remove read_page callback from XLogReader. 5 years ago
David Rowley 5ac9c43073 Cleanup partition pruning step generation 5 years ago
Magnus Hagander aaf0432572 Add functions to wait for backend termination 5 years ago
Thomas Munro 2f27f8c511 Provide ReadRecentBuffer() to re-pin buffers by ID. 5 years ago
Alvaro Herrera 0827e8af70
autovacuum: handle analyze for partitioned tables 5 years ago
Peter Eisentraut e717a9a18b SQL-standard function body 5 years ago
Peter Geoghegan 1e55e7d175 Add wraparound failsafe to VACUUM. 5 years ago
Bruce Momjian 4f0b0966c8 Make use of in-core query id added by commit 5fd9dfa5f5 5 years ago
Bruce Momjian 5fd9dfa5f5 Move pg_stat_statements query jumbling to core. 5 years ago
Peter Geoghegan 3c3b8a4b26 Truncate line pointer array during VACUUM. 5 years ago
Magnus Hagander c1968426ba Refactor hba_authname 5 years ago
Peter Eisentraut dd13ad9d39 Fix use of cursor sensitivity terminology 5 years ago
Michael Paquier 9afffcb833 Add some information about authenticated identity via log_connections 5 years ago
Tom Lane a1115fa078 Postpone some more stuff out of ExecInitModifyTable. 5 years ago
Tom Lane c5b7ba4e67 Postpone some stuff out of ExecInitModifyTable. 5 years ago
Peter Geoghegan 8523492d4e Remove tupgone special case from vacuumlazy.c. 5 years ago
Tom Lane 789d81de8a Fix missing #include in nodeResultCache.h. 5 years ago
Peter Eisentraut 82ed7748b7 ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION 5 years ago
Peter Eisentraut a2da77cdb4 Change return type of EXTRACT to numeric 5 years ago
Fujii Masao 43620e3286 Add function to log the memory contexts of specified backend process. 5 years ago
Amit Kapila ac4645c015 Allow pgoutput to send logical decoding messages. 5 years ago
Amit Kapila 531737ddad Refactor function parse_output_parameters. 5 years ago
Tom Lane 09c1c6ab4b Support INCLUDE'd columns in SP-GiST. 5 years ago
Peter Geoghegan b4af70cb21 Simplify state managed by VACUUM. 5 years ago
Stephen Frost 6c3ffd697e Add pg_read_all_data and pg_write_all_data roles 5 years ago
Peter Eisentraut a63dd8afe2 Renumber cursor option flags 5 years ago
Tom Lane ac9099fc1d Fix confusion in SP-GiST between attribute type and leaf storage type. 5 years ago
Andres Freund 225a22b19e Improve efficiency of wait event reporting, remove proc.h dependency. 5 years ago
Andres Freund e1025044cd Split backend status and progress related functionality out of pgstat.c. 5 years ago
Michael Paquier e6bdfd9700 Refactor HMAC implementations 5 years ago
Andres Freund a333476b92 Split wait event related code from pgstat.[ch] into wait_event.[ch]. 5 years ago
Thomas Munro c30f54ad73 Detect POLLHUP/POLLRDHUP while running queries. 5 years ago
Fujii Masao 96bdb7e19d Fix pgstat_report_replslot() to use proper data types for its arguments. 5 years ago
David Rowley 9eacee2e62 Add Result Cache executor node (take 2) 5 years ago
Tom Lane 1ebdec8c03 Rethink handling of pass-by-value leaf datums in SP-GiST. 5 years ago
Stephen Frost c9c41c7a33 Rename Default Roles to Predefined Roles 5 years ago
Heikki Linnakangas f82de5c46b Do COPY FROM encoding conversion/verification in larger chunks. 5 years ago
Heikki Linnakangas ea1b99a661 Add 'noError' argument to encoding conversion functions. 5 years ago
David Rowley 28b3e3905c Revert b6002a796 5 years ago
David Rowley b6002a796d Add Result Cache executor node 5 years ago