Commit Graph

62499 Commits (c1777f2d6d43adf9bc65da3e44a3a5ad2cbfa86d)
 

Author SHA1 Message Date
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
David Rowley fdda78e361 Fix possible usage of incorrect UPPERREL_SETOP RelOptInfo 2 months ago
Álvaro Herrera 0a3d27bfe0
Fix snapshot handling bug in recent BRIN fix 2 months ago
Tomas Vondra 1213cb4753 Trim TIDs during parallel GIN builds more eagerly 2 months ago
Masahiko Sawada 6d2ff1de4d psql: Add tab completion for COPY ... PROGRAM. 2 months ago
Masahiko Sawada 02fd47dbfa psql: Improve tab completion for COPY ... STDIN/STDOUT. 2 months ago
Andres Freund be9efd4929 ci: debian: Switch to Debian Trixie release 2 months ago
Tomas Vondra c98dffcb7c Limit the size of TID lists during parallel GIN build 2 months ago
Jeff Davis 4bfaea11d2 Remove redundant memset() introduced by a0942f4. 2 months ago
Tom Lane ff4597acd4 Allow "SET list_guc TO NULL" to specify setting the GUC to empty. 2 months ago
Álvaro Herrera 93b7ab5b4b
Have psql's "\? variables" show csv_fieldsep 2 months ago
Peter Eisentraut 040cc5f3c7 Tighten check for generated column in partition key expression 2 months ago
Álvaro Herrera a95e3d84c0
BRIN autosummarization may need a snapshot 2 months ago
Peter Eisentraut c09a06918d Error message stylistic correction 2 months ago
Michael Paquier 861af92610 libpq: Improve error handling in passwordFromFile() 2 months ago
Álvaro Herrera ad1581d7fe
Use USECS_PER_SEC from datatype/timestamp.h 2 months ago
Michael Paquier 65f4976189 Add assertion check for WAL receiver state during stream-archive transition 2 months ago
Michael Paquier e0ca61e7c4 Add WalRcvGetState() to retrieve the state of a WAL receiver 2 months ago
Michael Paquier 17b2d5ec75 Fix unconditional WAL receiver shutdown during stream-archive transition 2 months ago
Noah Misch 8b18ed6dfb Doc: cover index CONCURRENTLY causing errors in INSERT ... ON CONFLICT. 2 months ago
Masahiko Sawada e7ccb247b3 Fix outdated comment of COPY in gram.y. 2 months ago
Álvaro Herrera 645cb44c54
Add \pset options for boolean value display 2 months ago
Álvaro Herrera cf8be02253
Prevent setting a column as identity if its not-null constraint is invalid 2 months ago
Álvaro Herrera f242dbcede
Remove WaitPMResult enum in pg_createsubscriber 2 months ago
Michael Paquier ad25744f43 Add wal_fpi_bytes to VACUUM and ANALYZE logs 2 months ago
Peter Eisentraut fce7c73fba Sort guc_parameters.dat alphabetically by name 2 months 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
Álvaro Herrera 2648eab377
pg_createsubscriber: reword dry-run log messages 2 months ago
Álvaro Herrera 11144915e1
pg_createsubscriber: Fix error complaining about the wrong thing 2 months ago
Peter Eisentraut 8a27d418f8 Mark function arguments of type "Datum *" as "const Datum *" where possible 2 months ago
Peter Eisentraut aa4535307e formatting.c cleanup: Change fill_str() return type to void 2 months ago
Peter Eisentraut da2052ab9a formatting.c cleanup: Rename DCH_S_* to DCH_SUFFIX_* 2 months ago
Peter Eisentraut 378212c68a formatting.c cleanup: Change several int fields to enums 2 months ago
Peter Eisentraut ce5f6817e4 formatting.c cleanup: Change TmFromChar.clock field to bool 2 months ago
Michael Paquier c9e38a569c Add test tracking WAL receiver shutdown for primary_conninfo updates 2 months ago