Commit Graph

55121 Commits (d02ef65bce6575e10ac0b4e7b8552ff67687c944)
 

Author SHA1 Message Date
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
David Rowley 8692f6644e Fix thinko introduced in 6b423ec67 3 years ago
Tom Lane d94f32d49f Update top-level .gitignore. 3 years ago
Tom Lane 92c4dafe1e Re-pgindent a few files. 3 years ago
Tom Lane e76913802c Fix broken MemoizePath support in reparameterize_path(). 3 years ago
Tom Lane 6eb2f0ed4c Add missing MaterialPath support in reparameterize_path[_by_child]. 3 years ago
Tom Lane fe12f2f8fa Fix generate_partitionwise_join_paths() to tolerate failure. 3 years ago
David Rowley 6b423ec677 Improve performance of pg_strtointNN functions 3 years ago
Tom Lane 29452de734 Doc: flesh out fmgr/README's description of context-node usage. 3 years ago
Dean Rasheed 2605643a3a Fix DEFAULT handling for multi-row INSERT rules. 3 years ago
David Rowley f73bd5fd08 Add missing const qualifier 3 years ago