Commit Graph

55131 Commits (a8500750ca0acf6bb95cf9d1ac7f421749b22db7)
 

Author SHA1 Message Date
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
Alvaro Herrera a61b1f7482
Rework query relation permission checking 3 years ago
Alvaro Herrera b5bbaf08ed
Fix typo 3 years ago
David Rowley a858327221 Fix 32-bit build dangling pointer issue in WindowAgg 3 years ago
Michael Paquier 83a1a1b566 Generate pg_stat_get*() functions for tables using macros 3 years ago
Alexander Korotkov 941aa6a626 Check the snapshot argument of index_beginscan and family 3 years ago
Michael Paquier a7885c9bb2 Provide test coverage in pg_dump for default behaviors with compression 3 years ago
Peter Eisentraut 1bd47d0dca initdb: Refactor PG_CMD_PUTS loops 3 years ago
Tom Lane d69d01ba9d Fix Memoize to work with partitionwise joining. 3 years ago
Peter Eisentraut 35ce24c333 pg_dump: Remove "blob" terminology 3 years ago
Michael Paquier 8a476fda5e doc: Add missing <varlistentry> markups for developer GUCs 3 years ago
Michael Paquier 71cb84ec69 Add LSN location in some error messages related to WAL pages 3 years ago