Commit Graph

62507 Commits (6d0eba66275b125bf634bbdffda90c70856e3f93)
 

Author SHA1 Message Date
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
Michael Paquier 2fc3107962 Add assertions checking for the startup process in WAL replay routines 1 month ago
Andres Freund dae00f333b aio: Improve assertions related to io_method 1 month ago
Andres Freund 2d83d729d5 jit: Fix accidentally-harmless type confusion 1 month ago
Jeff Davis d115de9d89 Special case C_COLLATION_OID in pg_newlocale_from_collation(). 1 month ago
Masahiko Sawada 8ae0f6a0c3 Add CHECK_FOR_INTERRUPTS in Evict{Rel,All}UnpinnedBuffers. 1 month ago
David Rowley fdda78e361 Fix possible usage of incorrect UPPERREL_SETOP RelOptInfo 1 month ago
Álvaro Herrera 0a3d27bfe0
Fix snapshot handling bug in recent BRIN fix 1 month ago
Tomas Vondra 1213cb4753 Trim TIDs during parallel GIN builds more eagerly 1 month ago
Masahiko Sawada 6d2ff1de4d psql: Add tab completion for COPY ... PROGRAM. 1 month ago
Masahiko Sawada 02fd47dbfa psql: Improve tab completion for COPY ... STDIN/STDOUT. 1 month ago
Andres Freund be9efd4929 ci: debian: Switch to Debian Trixie release 1 month ago
Tomas Vondra c98dffcb7c Limit the size of TID lists during parallel GIN build 1 month ago
Jeff Davis 4bfaea11d2 Remove redundant memset() introduced by a0942f4. 1 month ago
Tom Lane ff4597acd4 Allow "SET list_guc TO NULL" to specify setting the GUC to empty. 1 month ago
Álvaro Herrera 93b7ab5b4b
Have psql's "\? variables" show csv_fieldsep 1 month ago
Peter Eisentraut 040cc5f3c7 Tighten check for generated column in partition key expression 1 month ago
Álvaro Herrera a95e3d84c0
BRIN autosummarization may need a snapshot 1 month ago
Peter Eisentraut c09a06918d Error message stylistic correction 1 month ago
Michael Paquier 861af92610 libpq: Improve error handling in passwordFromFile() 1 month ago
Álvaro Herrera ad1581d7fe
Use USECS_PER_SEC from datatype/timestamp.h 1 month ago
Michael Paquier 65f4976189 Add assertion check for WAL receiver state during stream-archive transition 1 month ago
Michael Paquier e0ca61e7c4 Add WalRcvGetState() to retrieve the state of a WAL receiver 1 month ago
Michael Paquier 17b2d5ec75 Fix unconditional WAL receiver shutdown during stream-archive transition 1 month ago
Noah Misch 8b18ed6dfb Doc: cover index CONCURRENTLY causing errors in INSERT ... ON CONFLICT. 1 month ago
Masahiko Sawada e7ccb247b3 Fix outdated comment of COPY in gram.y. 1 month ago
Álvaro Herrera 645cb44c54
Add \pset options for boolean value display 1 month ago
Álvaro Herrera cf8be02253
Prevent setting a column as identity if its not-null constraint is invalid 1 month ago
Álvaro Herrera f242dbcede
Remove WaitPMResult enum in pg_createsubscriber 1 month ago
Michael Paquier ad25744f43 Add wal_fpi_bytes to VACUUM and ANALYZE logs 1 month ago
Peter Eisentraut fce7c73fba Sort guc_parameters.dat alphabetically by name 1 month ago
Tom Lane 8f29467c57 Change "long" numGroups fields to be Cardinality (i.e., double). 2 months ago
Tom Lane 1ea5bdb00b Improve planner's estimates of tuple hash table sizes. 2 months ago
Peter Geoghegan b8f1c62807 Document nbtree row comparison design. 2 months ago
Peter Geoghegan 4f08586c7a Remove obsolete nbtree equality key comments. 2 months ago
Tom Lane 645c1e2752 Avoid mixing void and integer in a conditional expression. 2 months ago
Tom Lane b70cafd85f Remove unused variable in recovery/t/006_logical_decoding.pl. 2 months ago
Tom Lane ff8aba65d4 Fix contrib/ltree's subpath() with negative offset. 2 months ago