Commit Graph

62485 Commits (02fd47dbfade9b86ae4c34b5b01e10abb6dc45dc)
 

Author SHA1 Message Date
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. 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
Bruce Momjian 3896e861b3 doc: rewrite random_page_cost description 2 months ago
Andres Freund 9c398fdf48 ci: macos: Upgrade to Sequoia 2 months ago
Andres Freund 0a8a4be866 ci: Fix Windows and MinGW task names 2 months ago
Tom Lane c106ef0807 Use BumpContext contexts in TupleHashTables, and do some code cleanup. 2 months ago
Peter Eisentraut e1ac846f3d Mark ItemPointer arguments as const throughout 2 months ago
Álvaro Herrera a27c40bfe8
Simplify coding in ProcessQuery 2 months ago
Peter Eisentraut 8ce795fcb7 Fix some confusing uses of const 2 months ago
Peter Eisentraut 9fcd4874ed docs: Link to the correct protocol version inspection function 2 months ago
Peter Eisentraut 3479a0f823 const-qualify ItemPointer comparison functions 2 months ago
Peter Eisentraut e2cf524e4a formatting.c cleanup: Improve formatting of some struct declarations 2 months ago
Peter Eisentraut 9a1a5dfee8 formatting.c cleanup: Remove unnecessary zeroize macros 2 months ago
Peter Eisentraut 38506f55fd formatting.c cleanup: Remove unnecessary extra line breaks in error message literals 2 months ago
Michael Paquier 5ab0b6a248 Expose wal_fpi_bytes in EXPLAIN (WAL) 2 months ago
Michael Paquier d432094689 Fix regression with slot invalidation checks 2 months ago