Commit Graph

60090 Commits (477728b5d6fa16461b81cd22b0568fec1eab97ac)
 

Author SHA1 Message Date
Michael Paquier 477728b5d6 psql: Add more information about service name 9 months ago
Michael Paquier 4b99fed754 libpq: Add service name to PGconn and PQservice() 9 months ago
Tom Lane 3f06324705 Fix memory leak in pg_restore with zstd-compressed data. 9 months ago
David Rowley d96d1d5152 Fix incorrect slot type in BuildTupleHashTableExt 9 months ago
Nathan Bossart 84f1b0b031 Accommodate very large dshash tables. 9 months ago
Tom Lane 7a80e381d1 Skip useless calculation of join RTE column names during EXPLAIN. 9 months ago
Melanie Plageman dc6acfd910 Count pages set all-visible and all-frozen in VM during vacuum 9 months ago
Melanie Plageman 4b565a198b Make visibilitymap_set() return previous state of vmbits 9 months ago
Melanie Plageman f020baa066 Rename LVRelState->frozen_pages 9 months ago
Tom Lane 21fb39cb07 Set max_safe_fds whenever we create shared memory and semaphores. 9 months ago
Tom Lane c91963da13 Set the stack_base_ptr in main(), not in random other places. 9 months ago
Tomas Vondra 957ba9ff14 Detect version mismatch in brin_page_items 9 months ago
Tomas Vondra 8cd44db42a Update comments about index parallel builds 9 months ago
Peter Eisentraut fb1a18810f Remove ts_locale.c's lowerstr() 9 months ago
Peter Eisentraut d3aad4ac57 Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint() 9 months ago
Richard Guo 60be3f9f0a Avoid unnecessary wrapping for more complex expressions 9 months ago
Amit Kapila 2364f61488 Doc: Fix the wrong link on pg_createsubscriber page. 9 months ago
Michael Paquier fee2b3ea2e Tweak some comments related to variable-numbered stats in pgstat.c 9 months ago
Michael Paquier 0f23dedc91 Print out error position for some more DDLs 9 months ago
Michael Paquier e116b703f0 pg_combinebackup: Fix PITR comparison test in 002_compare_backups 9 months ago
Tomas Vondra 0cc7da4e23 doc: Mention BRIN indexes support parallel builds 9 months ago
Tomas Vondra 3429145d42 psql: Tab completion for JOIN ... USING column list 9 months ago
Tomas Vondra a01f6fa6ad psql: Tab completion for JOIN ... ON/USING 9 months ago
Tomas Vondra 5dd5786b94 psql: Tab completion for LATERAL joins 9 months ago
Jeff Davis 86a5d6006a Refactor string case conversion into provider-specific files. 9 months ago
Tomas Vondra de1e298857 psql: Tab completion for CREATE MATERIALIZED VIEW ... USING 9 months ago
Tomas Vondra 1e1f70c34a psql: Tab completion for CREATE TEMP TABLE ... USING 9 months ago
Tomas Vondra 8f11ef80c5 psql: Tab completion for ALTER TYPE ... CASCADE/RESTRICT 9 months ago
Tomas Vondra e0275c380c psql: Tab completion for ALTER TYPE ... ADD ATTRIBUTE 9 months ago
Heikki Linnakangas 1dfeb6af7f Make 009_twophase.pl test pass with recovery_min_apply_delay set 9 months ago
Michael Paquier 39240bcad5 Print out error position for CREATE DOMAIN 9 months ago
Michael Paquier 3ad8b840ce Add some tests for encoding conversion in COPY TO/FROM 9 months ago
Tom Lane bf9165bb0c Declare a couple of variables inside not outside a PG_TRY block. 9 months ago
Tom Lane 530f89e648 pgbench: fix misprocessing of some nested \if constructs. 9 months ago
Fujii Masao 56499315a7 doc: Clarify old WAL files are kept until they are summarized. 9 months ago
Tom Lane 969bbd0faf contrib/earthdistance: Use SQL-standard function bodies. 9 months ago
Álvaro Herrera 62b7a9a778
Refactor some SQL/JSON error messages 9 months ago
Thomas Munro 7bc9a8bdd2 Fix warnings about declaration of environ on MinGW. 9 months ago
Thomas Munro 48c142f78d Remove EXTENSION_DONT_CHECK_SIZE from md.c. 9 months ago
John Naylor c72ca3ddec Fix typo 9 months ago
Tom Lane 7b8cb9cd6a Fix possible crash in pg_dump with identity sequences. 9 months ago
Álvaro Herrera 3191eccd8a
Rewrite maybe_reread_subscription() comment 9 months ago
Álvaro Herrera fd41ba93e4
Dump not-null constraints on inherited columns correctly 9 months ago
Nathan Bossart a0ff56e2d3 Revert "Don't truncate database and user names in startup packets." 9 months ago
Michael Paquier 4766438aa3 Adjust some comments about structure properties in pg_stat.h 9 months ago
David Rowley bd10ec5297 Detect redundant GROUP BY columns using UNIQUE indexes 9 months ago
Richard Guo d8f335156c Improve the test case from 5668a857d 9 months ago
Michael Paquier 0172b4c944 Add some regression tests for missing DDL patterns 9 months ago
David Rowley 430a5952de Defer remove_useless_groupby_columns() work until query_planner() 9 months ago
Masahiko Sawada 78c5e141e9 Add UUID version 7 generation function. 9 months ago