Commit Graph

4395 Commits (ff9618e82a466fc9c635f9f087776e57b21e4f14)

Author SHA1 Message Date
Tom Lane f0e6d6d3c9 Revert "Get rid of the "new" and "old" entries in a view's rangetable." 3 years ago
Tom Lane 1b4d280ea1 Get rid of the "new" and "old" entries in a view's rangetable. 3 years ago
Peter Eisentraut c96de2ce17 Common function for percent placeholder replacement 3 years ago
Peter Eisentraut d952373a98 New header varatt.h split off from postgres.h 3 years ago
Tom Lane 5687e7810f Doc: improve commentary about providing our own definitions of M_PI. 3 years ago
Tomas Vondra 57d11ef028 Check relkind before using TABLESAMPLE in postgres_fdw 3 years ago
Andrew Dunstan b1665bf01e Allow hyphens in ltree labels 3 years ago
Tomas Vondra 211d80c065 Fix stale comment about sample_frac adjustment 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Tom Lane 1fd3dd2048 Add bt_multi_page_stats() function to contrib/pageinspect. 3 years ago
Tomas Vondra 8ad51b5f44 Sample postgres_fdw tables remotely during ANALYZE 3 years ago
Andrew Dunstan 203942243c Fix oversight in 7a05425d96 3 years ago
Andrew Dunstan 7a05425d96 Convert contrib/ltree's input functions to report errors softly 3 years ago
Andrew Dunstan 3b76622e04 Convert contrib/intarray's bqarr_in() to report errors softly 3 years ago
Tom Lane 197f98a848 Convert hstore_in to report errors softly. 3 years ago
Andrew Dunstan 361ec4368b Fix thinko in 720e0327bc 3 years ago
Andrew Dunstan 720e0327bc Convert contrib/isn's input functions to report errors softly 3 years ago
Andrew Dunstan 878ce16056 Convert contrib/seg's input function to report errors softly 3 years ago
David Rowley bbfdf7180d Fix bug in translate_col_privs_multilevel 3 years ago
Tom Lane 701c881f78 Fix contrib/seg to be more wary of long input numbers. 3 years ago
Michael Paquier 22e3b55805 Switch some system functions to use get_call_result_type() 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Etsuro Fujita 594f8d3776 Allow batching of inserts during cross-partition updates. 3 years ago
Bruce Momjian 59346209a8 C comment: fix wording 3 years ago
David Rowley 4a29eabd1d Remove pessimistic cost penalization from Incremental Sort 3 years ago
Peter Eisentraut 4cb65e1072 basebackup_to_shell: Add some const qualifiers for consistency 3 years ago
Tom Lane d02ef65bce Standardize error reports in unimplemented I/O functions. 3 years ago
Tom Lane 2661469d86 Allow DateTimeParseError to handle bad-timezone error messages. 3 years ago
Tom Lane ccff2d20ed Convert a few datatype input functions to use "soft" error reporting. 3 years ago
Andres Freund 3f0e786ccb meson: Add 'running' test setup, as a replacement for installcheck 3 years ago
Alvaro Herrera a61b1f7482
Rework query relation permission checking 3 years ago
Alvaro Herrera b5bbaf08ed
Fix typo 3 years ago
Alvaro Herrera 599b33b949
Stop accessing checkAsUser via RTE in some cases 3 years ago
Etsuro Fujita ffbb7e65a8 Fix handling of pending inserts in nodeModifyTable.c. 3 years ago
Tom Lane aeaaf520f4 Mark pageinspect's disk-accessing functions as parallel restricted. 3 years ago
Tom Lane e2933a6e11 Prevent instability in contrib/pageinspect's regression test. 3 years ago
Peter Eisentraut c727f511bd Refactor aclcheck functions 3 years ago
Peter Eisentraut afbfc02983 Refactor ownercheck functions 3 years ago
Noah Misch 30d98e14a8 If wait_for_catchup fails under has_wal_read_bug, skip balance of test. 3 years ago
Tom Lane 042c9091f0 Produce more-optimal plans for bitmap scans on boolean columns. 3 years ago
Tom Lane 495e73c207 pg_stat_statements: fetch stmt location/length before it disappears. 3 years ago
Michael Paquier d9d873bac6 Clean up some inconsistencies with GUC declarations 3 years ago
Peter Eisentraut b1099eca8f Remove AssertArg and AssertState 3 years ago
Tom Lane a5fc46414d Avoid making commutatively-duplicate clauses in EquivalenceClasses. 3 years ago
Amit Kapila 16b1fe0037 Fix assertion failures while processing NEW_CID record in logical decoding. 3 years ago
Tom Lane 8bf66dedd8 Fix confusion about havingQual vs hasHavingQual in planner. 3 years ago
Michael Paquier a19e5cee63 Rename SetSingleFuncCall() to InitMaterializedSRF() 3 years ago
Michael Paquier c68a183990 Fix calculation related to temporary WAL segment name in basic_archive 3 years ago
Alvaro Herrera cba4e78f35
Disallow MERGE cleanly for foreign partitions 3 years ago
Peter Eisentraut 1b11561cc1 Standardize format for printing PIDs 3 years ago