index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
scripts
Age
Commit message (
Expand
)
Author
3 days
Split some long Makefile lists
Michael Paquier
2025-12-09
vacuumdb: Add --dry-run.
Nathan Bossart
2025-12-09
vacuumdb: Move some variables to the vacuumingOptions struct.
Nathan Bossart
2025-12-09
Use palloc_object() and palloc_array() in more areas of the tree
Michael Paquier
2025-10-22
Fix memory leaks in scripts/vacuuming.c.
Tom Lane
2025-10-17
Improve TAP tests by replacing ok() with better Test::More functions
Michael Paquier
2025-09-26
Split vacuumdb to create vacuuming.c/h
Álvaro Herrera
2025-09-25
vacuumdb: Do not run VACUUM (ONLY_DATABASE_STATS) when --analyze-only.
Fujii Masao
2025-08-22
vacuumdb: Fix --missing-stats-only with virtual generated columns.
Nathan Bossart
2025-08-20
vacuumdb: Make vacuumdb --analyze-only process partitioned tables.
Fujii Masao
2025-06-29
Run pgperltidy
Joe Conway
2025-05-05
Translation updates
Peter Eisentraut
2025-04-30
vacuumdb: Don't skip empty relations in --missing-stats-only mode.
Nathan Bossart
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-18
Fixup various older misuses of appendPQExpBuffer
David Rowley
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-03-18
vacuumdb: Add option for analyzing only relations missing stats.
Nathan Bossart
2025-03-18
vacuumdb: Teach vacuum_one_database() to reuse query results.
Nathan Bossart
2025-03-18
Silence compiler warning.
Tom Lane
2025-03-18
Simplify reindexdb coding
Álvaro Herrera
2025-03-16
reindexdb: Fix the index-level REINDEX with multiple jobs
Alexander Korotkov
2025-03-07
Revert "vacuumdb: Add option for analyzing only relations missing stats."
John Naylor
2025-03-07
vacuumdb: Add option for analyzing only relations missing stats.
Nathan Bossart
2025-03-06
reindexdb: move PQfinish() calls to the right place
Álvaro Herrera
2025-02-10
Specify the encoding of input to fmtId()
Andres Freund
2025-02-04
vacuumdb: Add missing PQfinish() calls to vacuum_one_database().
Nathan Bossart
2025-01-23
Add error pattern checks for some TAP tests for non-existing objects
Michael Paquier
2025-01-22
Improve grammar of options for command arrays in TAP tests
Michael Paquier
2025-01-17
vacuumdb: Fix comment for vacuum_one_database().
Nathan Bossart
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-24
Remove pgrminclude annotations
Peter Eisentraut
2024-11-06
Remove unused #include's from bin .c files
Peter Eisentraut
2024-10-07
vacuumdb: Schema-qualify operator in catalog query's WHERE clause.
Nathan Bossart
2024-09-30
reindexdb: Skip reindexing temporary tables and indexes.
Fujii Masao
2024-09-25
vacuumdb: Skip temporary tables in query to build list of relations
Michael Paquier
2024-07-13
Make sure to run pg_isready on correct port
Andrew Dunstan
2024-07-02
Convert some extern variables to static
Peter Eisentraut
2024-06-24
Translation updates
Peter Eisentraut
2024-06-13
Add missing source files to nls.mk
Peter Eisentraut
2024-05-14
Pre-beta mechanical code beautification.
Tom Lane
2024-05-06
Translation updates
Peter Eisentraut
2024-04-21
createdb: compare strategy case-insensitive
Tomas Vondra
2024-04-04
Fix test failures when language environment is not UTF-8.
Jeff Davis
2024-03-25
reindexdb: Fix warning about uninitialized indices_tables_cell
Alexander Korotkov
2024-03-25
reindexdb: Add the index-level REINDEX with multiple jobs
Alexander Korotkov
2024-03-19
Support C.UTF-8 locale in the new builtin collation provider.
Jeff Davis
2024-03-13
Introduce "builtin" collation provider.
Jeff Davis
2024-03-11
reindexdb: Allow specifying objects to process in all databases.
Nathan Bossart
2024-03-11
clusterdb: Allow specifying tables to process in all databases.
Nathan Bossart
2024-03-11
vacuumdb: Allow specifying objects to process in all databases.
Nathan Bossart
[next]