Commit Graph

4362 Commits (4441fc704d7048b2f1f039cc74b72bd23e7e36d0)

Author SHA1 Message Date
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
Alvaro Herrera 249b0409b1
Fix pg_stat_statements for MERGE 3 years ago
Peter Geoghegan 0faf7d933f Harmonize parameter names in contrib code. 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Peter Eisentraut 32b507378f postgres_fdw: Remove useless DO block in test 3 years ago
Peter Eisentraut 5ac51c8c9e Adjust assorted hint messages that list all valid options. 3 years ago
Daniel Gustafsson 1d3566f1b2 pgcrypto: Remove unused code 3 years ago
Etsuro Fujita 9320cfdd06 postgres_fdw: Avoid 'variable not found in subplan target list' error. 3 years ago
Tom Lane 0a20ff54f5 Split up guc.c for better build speed and ease of maintenance. 3 years ago
Peter Eisentraut e8d78581bb Revert "Convert *GetDatum() and DatumGet*() macros to inline functions" 3 years ago
Peter Eisentraut 595836e99b Convert *GetDatum() and DatumGet*() macros to inline functions 3 years ago
Peter Eisentraut 07d8af5e5e pgstattuple: Use double consistently for percentages 3 years ago
Peter Eisentraut 57796a0f15 Use float8 datatype for percentiles in pg_walinspect stat functions 3 years ago