Commit Graph

166 Commits (f3a01af29b1941ca7937a45504ab10ef5f99cdff)

Author SHA1 Message Date
Michael Paquier b8da37b3ad Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
Peter Eisentraut 2ddab010c2 Implement ANY_VALUE aggregate 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Tom Lane 858e776c84 Convert the reg* input functions to report (most) errors softly. 3 years ago
Michael Paquier 22e3b55805 Switch some system functions to use get_call_result_type() 3 years ago
Tom Lane 1939d26282 Add test scaffolding for soft error reporting from input functions. 3 years ago
Michael Paquier a19e5cee63 Rename SetSingleFuncCall() to InitMaterializedSRF() 3 years ago
David Rowley 8b26769bc4 Fix an assortment of improper usages of string functions 3 years ago
Thomas Munro 5fc88c5d53 Replace pgwin32_is_junction() with lstat(). 3 years ago
Thomas Munro 2b1f580ee2 Remove configure probes for symlink/readlink, and dead code. 3 years ago
Michael Paquier f6f0db4d62 Fix pg_tablespace_location() with in-place tablespaces 4 years ago
Michael Paquier 9e98583898 Create routine able to set single-call SRFs for Materialize mode 4 years ago
Michael Paquier dc686681e0 Introduce log_destination=jsonlog 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Andres Freund 1d9c5d0ce2 Do not rely on pgstat.h to indirectly include storage/ headers. 5 years ago
Tom Lane 62f34097c8 Build in some knowledge about foreign-key relationships in the catalogs. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane 06a7c3154f Allow most keywords to be used as column labels without requiring AS. 5 years ago
Tom Lane 183926da31 Fix pg_current_logfile() to not emit a carriage return on Windows. 6 years ago
Alexander Korotkov 1aac32df89 Revert 0f5ca02f53 6 years ago
Alexander Korotkov 0f5ca02f53 Implement waiting for given lsn at transaction start 6 years ago
Tom Lane b4570d33aa Avoid holding a directory FD open across assorted SRF calls. 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Tom Lane 4a0aab14dc Defend against self-referential views in relation_is_updatable(). 6 years ago
Amit Kapila 14aec03502 Make the order of the header file includes consistent in backend modules. 6 years ago
Andres Freund e0c4ec0728 Replace uses of heap_open et al with the corresponding table_* function. 7 years ago
Andres Freund 111944c5ee Replace heapam.h includes with {table, relation}.h where applicable. 7 years ago
Andres Freund 4c850ecec6 Don't include heapam.h from others headers. 7 years ago
Tom Lane afb0d0712f Replace the data structure used for keyword lookup. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Thomas Munro cfdf4dc4fc Add WL_EXIT_ON_PM_DEATH pseudo-event. 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Peter Eisentraut 0a8590b2a0 Apply unconstify() in more places 7 years ago
Michael Paquier 09921f397b Refactor user-facing SQL functions signalling backends 7 years ago
Stephen Frost 11523e860f Support new default roles with adminpack 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 2069e6faa0 Clean up assorted messiness around AllocateDir() usage. 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 9 years ago
Tom Lane 9ae2661fe1 Tighten checks for whitespace in functions that parse identifiers etc. 9 years ago
Peter Eisentraut 7c4f52409a Logical replication support for initial data copy 9 years ago
Robert Haas cd87a5ed65 Fix wrong word in comment. 9 years ago
Robert Haas 12a2544cb5 Fix incorrect comments. 9 years ago
Robert Haas 19dc233c32 Add pg_current_logfile() function. 9 years ago
Peter Eisentraut 788af6f854 Move atooid() definition to a central place 9 years ago
Tom Lane b9d092c962 Remove now-dead code for !HAVE_INT64_TIMESTAMP. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas 6f3bd98ebf Extend framework from commit 53be0b1ad to report latch waits. 9 years ago
Peter Eisentraut 63cfdb8dde Adjust spellings of forms of "cancel" 10 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 10 years ago