Commit Graph

55111 Commits (1939d26282b27b4b264c6930830a7991ed83917a)
 

Author SHA1 Message Date
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
Andres Freund cb2e7ddfe5 Prevent pgstats from getting confused when relkind of a relation changes 3 years ago
Jeff Davis 7ac0f8d384 Fix broken hash function hashbpcharextended(). 3 years ago
Tom Lane 4c689a69ee Remove gen_node_support.pl's special treatment of EquivalenceClasses. 3 years ago
Tom Lane b6bd5def3a Add some error cross-checks to gen_node_support.pl. 3 years ago
Tom Lane cabfb8241d Fix psql's \sf and \ef for new-style SQL functions. 3 years ago
Tom Lane b23cd185fd Remove logic for converting a table to a view. 3 years ago
Daniel Gustafsson 66456da150 doc: Avoid writing in first-person form 3 years ago
Daniel Gustafsson c76da690ba Report incompatible roles in pg_upgrade checking 3 years ago
Daniel Gustafsson ab81006299 doc: fix type alignment for CREATE TABLE in triggers 3 years ago
Alvaro Herrera fb958b5da8
Generalize ri_RootToPartitionMap to use for non-partition children 3 years ago