Commit Graph

62529 Commits (c75ebc657ffce8dab76471da31aafb79fbe3fda2)
 

Author SHA1 Message Date
Andres Freund c75ebc657f bufmgr: Allow some buffer state modifications while holding header lock 5 months ago
David Rowley 448b6a4173 Tidyup WARNING ereports in subscriptioncmds.c 5 months ago
Álvaro Herrera a2b02293bc
Use XLogRecPtrIsValid() in various places 5 months ago
Álvaro Herrera 06edbed478
Introduce XLogRecPtrIsValid() 5 months ago
Álvaro Herrera 8fe7700b7e
Refer readers of \? to "\? variables" for pset options 5 months ago
Peter Eisentraut aa606b9316 Disallow generated columns in COPY WHERE clause 5 months ago
Heikki Linnakangas aa9c5fd3e3 Refactor shared memory allocation for semaphores 5 months ago
Heikki Linnakangas daf3d99d2b Add comment to explain why PGReserveSemaphores() is called early 5 months ago
Peter Eisentraut 150e24501b Fix redundancy in error message 5 months ago
John Naylor 07b3df5d00 Cosmetic fixes in GiST README 5 months ago
Amit Kapila 5a4eba558a Fix few issues in commit 5509055d69. 5 months ago
Thomas Munro b498af4204 ci: Improve OpenBSD core dump backtrace handling. 5 months ago
Michael Paquier d6c132d83b Document some structures in attribute_stats.c 5 months ago
Peter Eisentraut 489ec6b2fc Fix spurious output in configure 5 months ago
Peter Eisentraut 2307cfe316 MSVC: Improve warning options set 5 months ago
Peter Eisentraut 01a985c3c4 Re-run autoheader 5 months ago
Peter Eisentraut 4b6fa00a3a Re-run autoconf 5 months ago
Peter Eisentraut 05b9edcb71 Update code comment 5 months ago
David Rowley eaa159632d Fix UNION planner estimate_num_groups with varno==0 5 months ago
Etsuro Fujita a3ebec4e4c Update obsolete comment in ExecScanReScan(). 5 months ago
Etsuro Fujita c3eec94fc1 postgres_fdw: Add more test coverage for EvalPlanQual testing. 5 months ago
David Rowley 49d43faa83 Doc: use uppercase keywords in SQLs 5 months ago
David Rowley 6d0eba6627 Use stack allocated StringInfoDatas, where possible 5 months ago
Thomas Munro cf638b46af ci: Add missing "set -e" to scripts run by su. 5 months ago
Tom Lane d4baa327a1 Avoid possible crash within libsanitizer. 5 months ago
Peter Eisentraut e4d8a2af07 doc: Add section for temporal tables 5 months ago
Alexander Korotkov 447aae13b0 Implement WAIT FOR command 5 months ago
Alexander Korotkov 3b4e53a075 Add infrastructure for efficient LSN waiting 5 months ago
Alexander Korotkov 8af3ae0d4b Add pairingheap_initialize() for shared memory usage 5 months ago
Richard Guo 0ea5eee376 Avoid creating duplicate ordered append paths 5 months ago
Richard Guo c1777f2d6d Fix assertion failure in generate_orderedappend_paths() 5 months ago
Michael Paquier a4fd971c6f Fix timing-dependent failure in recovery test 004_timeline_switch 5 months ago
Amit Kapila 5509055d69 Add sequence synchronization for logical replication. 5 months ago
Michael Paquier 1fd981f053 Drop unnamed portal immediately after execution to completion 5 months ago
Richard Guo 59dec6c0b0 Fix comments for ChangeVarNodes() and related functions 5 months ago
Michael Paquier 2fc3107962 Add assertions checking for the startup process in WAL replay routines 5 months ago
Andres Freund dae00f333b aio: Improve assertions related to io_method 5 months ago
Andres Freund 2d83d729d5 jit: Fix accidentally-harmless type confusion 5 months ago
Jeff Davis d115de9d89 Special case C_COLLATION_OID in pg_newlocale_from_collation(). 5 months ago
Masahiko Sawada 8ae0f6a0c3 Add CHECK_FOR_INTERRUPTS in Evict{Rel,All}UnpinnedBuffers. 5 months ago
David Rowley fdda78e361 Fix possible usage of incorrect UPPERREL_SETOP RelOptInfo 5 months ago
Álvaro Herrera 0a3d27bfe0
Fix snapshot handling bug in recent BRIN fix 5 months ago
Tomas Vondra 1213cb4753 Trim TIDs during parallel GIN builds more eagerly 5 months ago
Masahiko Sawada 6d2ff1de4d psql: Add tab completion for COPY ... PROGRAM. 5 months ago
Masahiko Sawada 02fd47dbfa psql: Improve tab completion for COPY ... STDIN/STDOUT. 5 months ago
Andres Freund be9efd4929 ci: debian: Switch to Debian Trixie release 5 months ago
Tomas Vondra c98dffcb7c Limit the size of TID lists during parallel GIN build 5 months ago
Jeff Davis 4bfaea11d2 Remove redundant memset() introduced by a0942f4. 5 months ago
Tom Lane ff4597acd4 Allow "SET list_guc TO NULL" to specify setting the GUC to empty. 5 months ago
Álvaro Herrera 93b7ab5b4b
Have psql's "\? variables" show csv_fieldsep 5 months ago