Commit Graph

55292 Commits (5f6401f81cb24bd3930e0dc589fc4aa8b5424cdc)
 

Author SHA1 Message Date
Tom Lane 332741e739 Convert the geometric input functions to report errors softly. 3 years ago
Tom Lane 17407a8eaa Convert a few more datatype input functions to report errors softly. 3 years ago
Peter Eisentraut b18c2decd7 Rearrange some static assertions for consistency 3 years ago
Peter Eisentraut 6fcda9aba8 Non-decimal integer literals 3 years ago
Jeff Davis 60684dd834 Add grantable MAINTAIN privilege and pg_maintain role. 3 years ago
Michael Paquier c6f6646bb0 Remove SHA256_HMAC_B from scram-common.h 3 years ago
Tom Lane 20432f8731 Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode. 3 years ago
Peter Eisentraut 4cb65e1072 basebackup_to_shell: Add some const qualifiers for consistency 3 years ago
Peter Eisentraut 369f09e420 Refactor ExecGrant_*() functions 3 years ago
Tom Lane b0feda79fd Fix jsonb subscripting to cope with toasted subscript values. 3 years ago
Thomas Munro 101c37cd34 Disable clang 16's -Wcast-function-type-strict. 3 years ago
Alvaro Herrera a8500750ca
Better document logical replication parameters 3 years ago
Jeff Davis 2af33369e7 Remove extra space from dumped ALTER DEFAULT PRIVILEGES. 3 years ago
Robert Haas 45f5c81ad2 Fix failure to advance content pointer in sendFileWithContent. 3 years ago
Peter Eisentraut df8b8968d4 Order getopt arguments 3 years ago
Alvaro Herrera 840ff5f451
Get rid of recursion-marker values in enum AlterTableType 3 years ago
Michael Paquier 9d0cf57492 Add support for GRANT SET in psql tab completion 3 years ago
Michael Paquier eae7fe4859 Remove direct call to GetNewObjectId() for pg_auth_members.oid 3 years ago
Tom Lane b8c0ffbd2c Convert domain_in to report errors softly. 3 years ago
Tom Lane c60c9badba Convert json_in and jsonb_in to report errors softly. 3 years ago
Tom Lane 50428a301d Change JsonSemAction to allow non-throw error reporting. 3 years ago
Tom Lane d02ef65bce Standardize error reports in unimplemented I/O functions. 3 years ago
Tom Lane e730718072 Use the macro, not handwritten code, to construct anymultirange_in(). 3 years ago
David Rowley 94985c2102 Add subquery pullup handling for WindowClause runCondition 3 years ago
Michael Paquier 66dcb09246 Fix macro definitions in pgstatfuncs.c 3 years ago
Tom Lane 4dd687502d Restructure soft-error handling in formatting.c. 3 years ago
Tom Lane c60488b474 Convert datetime input functions to use "soft" error reporting. 3 years ago
Tom Lane 2661469d86 Allow DateTimeParseError to handle bad-timezone error messages. 3 years ago
Andres Freund fc7852c6cb meson: Improve PG_VERSION_STR generation 3 years ago
Tom Lane bad5116957 Const-ify a couple of datetime parsing subroutines. 3 years ago
Tom Lane ccff2d20ed Convert a few datatype input functions to use "soft" error reporting. 3 years ago
Tom Lane 1939d26282 Add test scaffolding for soft error reporting from input functions. 3 years ago
Tom Lane d9f7f5d32f Create infrastructure for "soft" error reporting. 3 years ago
Alexander Korotkov beecbe8e50 Fix invalid role names introduced in 096dd80f3c 3 years ago
Alexander Korotkov 096dd80f3c Add USER SET parameter values for pg_db_role_setting 3 years ago
Dean Rasheed 5defdef8aa Update MERGE docs to mention that ONLY is supported. 3 years ago
Peter Eisentraut 07c29ca7fe Remove unnecessary casts 3 years ago
Peter Eisentraut 2d4f1ba6cf Update types in File API 3 years ago
Etsuro Fujita 4b3e379932 Remove new structure member from ResultRelInfo. 3 years ago
Andres Freund d3b111e320 Add option to specify segment size in blocks 3 years ago
Amit Kapila bf07ab492c Avoid unnecessary streaming of transactions during logical replication. 3 years ago
Andres Freund 3f0e786ccb meson: Add 'running' test setup, as a replacement for installcheck 3 years ago
Tom Lane 8305629afe Minor code refactoring in elog.c (no functional change). 3 years ago
Tom Lane 3b31821953 Doc: subdivide System Information Functions and Operators. 3 years ago
Peter Eisentraut 5e9b122059 Fix FK comment think-o 3 years ago
Alvaro Herrera 29861e228a
Update outdated comment in ApplyRetrieveRule 3 years ago
Andres Freund 5bdd0cfb91 meson: Add basic PGXS compatibility 3 years ago
Andres Freund 9db49fc5bf autoconf: Move export_dynamic determination to configure 3 years ago
Michael Paquier 8018ffbf58 Generate pg_stat_get*() functions for databases using macros 3 years ago
Andres Freund 79f7c482f6 meson: Basic cygwin support 3 years ago