Commit Graph

46676 Commits (aa749bde323364039f369784071f315ad53c1325)

Author SHA1 Message Date
Heikki Linnakangas 94939c5f3a Fix pg_upgrade around multixid and mxoff wraparound 1 month ago
Michael Paquier 2ddc8d9e9b Move code specific to pg_dependencies to new file 1 month ago
Michael Paquier a552312343 Move code specific to pg_ndistinct to new file 1 month ago
Amit Kapila bfb7419b0b Remove unused assignment in CREATE PUBLICATION grammar. 1 month ago
Thomas Munro 2421ade663 Prefer spelling "cacheable" over "cachable". 1 month ago
Michael Paquier fb9bff0454 injection_points: Add tests for name limits 1 month ago
Michael Paquier 6e1535308c Report better object limits in error messages for injection points 1 month ago
Heikki Linnakangas 6956bca515 Add warning to pg_controldata on PG_CONTROL_VERSION mismatch 1 month ago
Heikki Linnakangas 676cd9ac07 Add pg_resetwal and pg_controldata support for new control file field 1 month ago
Peter Eisentraut d2f24df19b Clean up qsort comparison function for GUC entries 1 month ago
Heikki Linnakangas e510378358 Bump PG_CONTROL_VERSION for commit 3e0ae46d90 1 month ago
Nathan Bossart 5e4fcbe531 Check for CREATE privilege on the schema in CREATE STATISTICS. 1 month ago
Jacob Champion 600086f471 libpq: Prevent some overflows of int/size_t 1 month ago
Heikki Linnakangas 3e0ae46d90 Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h 1 month ago
Daniel Gustafsson 3a872ddd64 Fix typos in nodeWindowAgg comments 1 month ago
Michael Paquier b23fe993e1 Add more tests for relation statistics with rewrites 1 month ago
Michael Paquier 16a2f70695 injection_points: Add variant for injection_point_attach() 1 month ago
Michael Paquier 9d7e851a21 Fix comment in copyto.c 1 month ago
Bruce Momjian 6204d07ad6 Remove blank line in C code. 1 month ago
Thomas Munro c5d34f4a55 Fix generic read and write barriers for Clang. 1 month ago
Alexander Korotkov 7742f99a02 Fix checking for recovery state in WaitForLSN() 1 month ago
Fujii Masao 0ab208fa50 pgbench: Add --continue-on-error option. 1 month ago
Peter Eisentraut a3ea5330fc Fix "inconsistent DLL linkage" warning on Windows MSVC 1 month ago
Amit Kapila f6a4c498dc Add seq_sync_error_count to subscription statistics. 1 month ago
Andres Freund 5310fac6e0 bufmgr: Use atomic sub for unpinning buffers 1 month ago
Andres Freund c75ebc657f bufmgr: Allow some buffer state modifications while holding header lock 1 month ago
David Rowley 448b6a4173 Tidyup WARNING ereports in subscriptioncmds.c 1 month ago
Álvaro Herrera a2b02293bc
Use XLogRecPtrIsValid() in various places 1 month ago
Álvaro Herrera 06edbed478
Introduce XLogRecPtrIsValid() 1 month ago
Álvaro Herrera 8fe7700b7e
Refer readers of \? to "\? variables" for pset options 1 month ago
Peter Eisentraut aa606b9316 Disallow generated columns in COPY WHERE clause 1 month ago
Heikki Linnakangas aa9c5fd3e3 Refactor shared memory allocation for semaphores 1 month ago
Heikki Linnakangas daf3d99d2b Add comment to explain why PGReserveSemaphores() is called early 1 month ago
Peter Eisentraut 150e24501b Fix redundancy in error message 1 month ago
John Naylor 07b3df5d00 Cosmetic fixes in GiST README 1 month ago
Amit Kapila 5a4eba558a Fix few issues in commit 5509055d69. 1 month ago
Thomas Munro b498af4204 ci: Improve OpenBSD core dump backtrace handling. 1 month ago
Michael Paquier d6c132d83b Document some structures in attribute_stats.c 1 month ago
Peter Eisentraut 01a985c3c4 Re-run autoheader 1 month ago
Peter Eisentraut 05b9edcb71 Update code comment 1 month ago
David Rowley eaa159632d Fix UNION planner estimate_num_groups with varno==0 1 month ago
Etsuro Fujita a3ebec4e4c Update obsolete comment in ExecScanReScan(). 1 month ago
David Rowley 6d0eba6627 Use stack allocated StringInfoDatas, where possible 1 month ago
Tom Lane d4baa327a1 Avoid possible crash within libsanitizer. 2 months ago
Alexander Korotkov 447aae13b0 Implement WAIT FOR command 2 months ago
Alexander Korotkov 3b4e53a075 Add infrastructure for efficient LSN waiting 2 months ago
Alexander Korotkov 8af3ae0d4b Add pairingheap_initialize() for shared memory usage 2 months ago
Richard Guo 0ea5eee376 Avoid creating duplicate ordered append paths 2 months ago
Richard Guo c1777f2d6d Fix assertion failure in generate_orderedappend_paths() 2 months ago
Michael Paquier a4fd971c6f Fix timing-dependent failure in recovery test 004_timeline_switch 2 months ago