index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
scripts
Age
Commit message (
Expand
)
Author
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-14
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
2024-03-05
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2024-01-04
Update copyright for 2024
Bruce Momjian
2024-01-03
Remove unnecessary PGDATABASE settings from TAP tests
Michael Paquier
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-11-06
Remove distprep
Peter Eisentraut
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-09-25
vacuumdb: Reword --help message for clarity
Daniel Gustafsson
2023-09-25
vacuumdb: Fix excluding multiple schemas with -N
Daniel Gustafsson
2023-09-21
Fix vacuumdb to pass buffer-usage-limit with analyze-only mode
David Rowley
2023-08-07
Translation updates
Peter Eisentraut
2023-07-28
Harmonize password reuse in vacuumdb, clusterdb, and reindexdb.
Nathan Bossart
2023-07-13
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-13
Teach in-tree getopt_long() to move non-options to the end of argv.
Nathan Bossart
2023-06-26
Translation updates
Peter Eisentraut
2023-06-21
initdb: change default --locale-provider back to libc.
Jeff Davis
2023-06-20
Pre-beta2 mechanical code beautification.
Tom Lane
2023-06-16
CREATE DATABASE: make LOCALE apply to all collation providers.
Jeff Davis
2023-06-10
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
2023-06-09
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2023-05-25
Fix typo in TAP tests of vacuumdb
Michael Paquier
2023-05-24
Document deprecated createuser option.
Nathan Bossart
2023-05-22
Translation updates
Peter Eisentraut
2023-05-22
Rename some createuser options.
Nathan Bossart
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
Message style improvements
Peter Eisentraut
2023-04-18
Fix various typos
David Rowley
2023-04-16
Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docs
David Rowley
2023-04-07
Add --buffer-usage-limit option to vacuumdb
David Rowley
2023-03-24
meson: add install-{quiet, world} targets
Andres Freund
2023-03-10
initdb: derive encoding from locale for ICU; similar to libc.
Jeff Davis
2023-03-09
Use ICU by default at initdb time.
Jeff Davis
[next]