Commit Graph

62539 Commits (6204d07ad602f15c421e9b6488f0daf37ee1355c)
 

Author SHA1 Message Date
Bruce Momjian 6204d07ad6 Remove blank line in C code. 2 months ago
Thomas Munro c5d34f4a55 Fix generic read and write barriers for Clang. 2 months ago
Alexander Korotkov 7742f99a02 Fix checking for recovery state in WaitForLSN() 2 months ago
Daniel Gustafsson 07961ef866 doc: Fix incorrect wording for --file in pg_dump 2 months ago
Fujii Masao 0ab208fa50 pgbench: Add --continue-on-error option. 2 months ago
Peter Eisentraut a3ea5330fc Fix "inconsistent DLL linkage" warning on Windows MSVC 2 months ago
Amit Kapila f6a4c498dc Add seq_sync_error_count to subscription statistics. 2 months ago
Fujii Masao c32e32f763 doc: Fix descriptions of some PGC_POSTMASTER parameters. 2 months ago
Fujii Masao 6fba6cb05d doc: Clarify units for io_combine_limit and io_max_combine_limit. 2 months ago
Andres Freund 5310fac6e0 bufmgr: Use atomic sub for unpinning buffers 2 months ago
Andres Freund c75ebc657f bufmgr: Allow some buffer state modifications while holding header lock 2 months ago
David Rowley 448b6a4173 Tidyup WARNING ereports in subscriptioncmds.c 2 months ago
Álvaro Herrera a2b02293bc
Use XLogRecPtrIsValid() in various places 2 months ago
Álvaro Herrera 06edbed478
Introduce XLogRecPtrIsValid() 2 months ago
Álvaro Herrera 8fe7700b7e
Refer readers of \? to "\? variables" for pset options 2 months ago
Peter Eisentraut aa606b9316 Disallow generated columns in COPY WHERE clause 2 months ago
Heikki Linnakangas aa9c5fd3e3 Refactor shared memory allocation for semaphores 2 months ago
Heikki Linnakangas daf3d99d2b Add comment to explain why PGReserveSemaphores() is called early 2 months ago
Peter Eisentraut 150e24501b Fix redundancy in error message 2 months ago
John Naylor 07b3df5d00 Cosmetic fixes in GiST README 2 months ago
Amit Kapila 5a4eba558a Fix few issues in commit 5509055d69. 2 months ago
Thomas Munro b498af4204 ci: Improve OpenBSD core dump backtrace handling. 2 months ago
Michael Paquier d6c132d83b Document some structures in attribute_stats.c 2 months ago
Peter Eisentraut 489ec6b2fc Fix spurious output in configure 2 months ago
Peter Eisentraut 2307cfe316 MSVC: Improve warning options set 2 months ago
Peter Eisentraut 01a985c3c4 Re-run autoheader 2 months ago
Peter Eisentraut 4b6fa00a3a Re-run autoconf 2 months ago
Peter Eisentraut 05b9edcb71 Update code comment 2 months ago
David Rowley eaa159632d Fix UNION planner estimate_num_groups with varno==0 2 months ago
Etsuro Fujita a3ebec4e4c Update obsolete comment in ExecScanReScan(). 2 months ago
Etsuro Fujita c3eec94fc1 postgres_fdw: Add more test coverage for EvalPlanQual testing. 2 months ago
David Rowley 49d43faa83 Doc: use uppercase keywords in SQLs 2 months ago
David Rowley 6d0eba6627 Use stack allocated StringInfoDatas, where possible 2 months ago
Thomas Munro cf638b46af ci: Add missing "set -e" to scripts run by su. 2 months ago
Tom Lane d4baa327a1 Avoid possible crash within libsanitizer. 2 months ago
Peter Eisentraut e4d8a2af07 doc: Add section for temporal tables 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
Amit Kapila 5509055d69 Add sequence synchronization for logical replication. 2 months ago
Michael Paquier 1fd981f053 Drop unnamed portal immediately after execution to completion 2 months ago
Richard Guo 59dec6c0b0 Fix comments for ChangeVarNodes() and related functions 2 months ago
Michael Paquier 2fc3107962 Add assertions checking for the startup process in WAL replay routines 2 months ago
Andres Freund dae00f333b aio: Improve assertions related to io_method 2 months ago
Andres Freund 2d83d729d5 jit: Fix accidentally-harmless type confusion 2 months ago
Jeff Davis d115de9d89 Special case C_COLLATION_OID in pg_newlocale_from_collation(). 2 months ago
Masahiko Sawada 8ae0f6a0c3 Add CHECK_FOR_INTERRUPTS in Evict{Rel,All}UnpinnedBuffers. 2 months ago