Commit Graph

4524 Commits (31b2b2d72d9c50be415c6340ebf4ad83a472590c)

Author SHA1 Message Date
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
Daniel Gustafsson ba185d318d Remove redundant memset call following palloc0 3 years ago
Andres Freund 2589434ae0 pg_buffercache: Add pg_buffercache_summary() 3 years ago
Etsuro Fujita 97da48246d Allow batch insertion during COPY into a foreign table. 3 years ago
Michael Paquier 56c19fee2d Add missing isolation test for test_decoding in meson build 3 years ago
Tom Lane 235eb4db98 Simplify our Assert infrastructure a little. 3 years ago
Peter Eisentraut 357cfefb09 Use C library functions instead of Abs() for int64 3 years ago
Peter Eisentraut e4c61bedcb Use fabsf() instead of Abs() or fabs() where appropriate 3 years ago
Peter Eisentraut f14aad5169 Remove unnecessary uses of Abs() 3 years ago
Andres Freund e5555657ba meson: Add support for building with precompiled headers 3 years ago
David Rowley cd4e8caaa0 Fix final warnings produced by -Wshadow=compatible-local 3 years ago
Tom Lane 58640f37d9 Remove useless character-length checks in contrib/ltree. 3 years ago
Tom Lane ca71131eeb Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests. 3 years ago
Andres Freund 6a20b04f04 tests: Rename conflicting role names 3 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 3 years ago
Peter Eisentraut db0e5bf2b2 Fix whitespace 3 years ago
Tom Lane f4c7c410ee Revert "Optimize order of GROUP BY keys". 3 years ago
Thomas Munro b6d8a60aba Restore pg_pread and friends. 3 years ago
Robert Haas a448e49bcb Revert 56-bit relfilenode change and follow-up commits. 3 years ago
Robert Haas 99164b7ea6 Update pg_buffercache's meson.build. 3 years ago
Peter Eisentraut c8b2ef05f4 Convert *GetDatum() and DatumGet*() macros to inline functions 3 years ago
Robert Haas 05d4cbf9b6 Increase width of RelFileNumbers from 32 bits to 56 bits. 3 years ago