Commit Graph

62644 Commits (351d7e244183ee33400c19e4b52c5446eb29038c)
 

Author SHA1 Message Date
David Rowley 812367f3d4 Doc: more uppercase keywords in SQLs 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 980a855c5c doc: consistently use "structname" and "structfield" markup 1 month ago
Bruce Momjian e8bfad4ca8 docs: fix text by adding/removing parentheses 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
Daniel Gustafsson 07961ef866 doc: Fix incorrect wording for --file in pg_dump 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
Fujii Masao c32e32f763 doc: Fix descriptions of some PGC_POSTMASTER parameters. 1 month ago
Fujii Masao 6fba6cb05d doc: Clarify units for io_combine_limit and io_max_combine_limit. 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 489ec6b2fc Fix spurious output in configure 1 month ago
Peter Eisentraut 2307cfe316 MSVC: Improve warning options set 1 month ago
Peter Eisentraut 01a985c3c4 Re-run autoheader 1 month ago
Peter Eisentraut 4b6fa00a3a Re-run autoconf 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
Etsuro Fujita c3eec94fc1 postgres_fdw: Add more test coverage for EvalPlanQual testing. 1 month ago
David Rowley 49d43faa83 Doc: use uppercase keywords in SQLs 1 month ago
David Rowley 6d0eba6627 Use stack allocated StringInfoDatas, where possible 1 month ago
Thomas Munro cf638b46af ci: Add missing "set -e" to scripts run by su. 1 month ago
Tom Lane d4baa327a1 Avoid possible crash within libsanitizer. 1 month ago
Peter Eisentraut e4d8a2af07 doc: Add section for temporal tables 1 month ago
Alexander Korotkov 447aae13b0 Implement WAIT FOR command 1 month ago
Alexander Korotkov 3b4e53a075 Add infrastructure for efficient LSN waiting 1 month ago
Alexander Korotkov 8af3ae0d4b Add pairingheap_initialize() for shared memory usage 1 month ago
Richard Guo 0ea5eee376 Avoid creating duplicate ordered append paths 1 month ago
Richard Guo c1777f2d6d Fix assertion failure in generate_orderedappend_paths() 1 month ago
Michael Paquier a4fd971c6f Fix timing-dependent failure in recovery test 004_timeline_switch 1 month ago
Amit Kapila 5509055d69 Add sequence synchronization for logical replication. 1 month ago
Michael Paquier 1fd981f053 Drop unnamed portal immediately after execution to completion 1 month ago
Richard Guo 59dec6c0b0 Fix comments for ChangeVarNodes() and related functions 1 month ago