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
Age
Commit message (
Expand
)
Author
2021-12-08
Improve parsing of options of CREATE/ALTER SUBSCRIPTION
Michael Paquier
2021-12-08
Fix corruption of toast indexes with REINDEX CONCURRENTLY
Michael Paquier
2021-12-07
Enable settings used in TAP tests for MSVC builds
Andrew Dunstan
2021-12-07
On Windows, also call shutdown() while closing the client socket.
Tom Lane
2021-12-07
Update snowball
Peter Eisentraut
2021-12-06
Account for TOAST data while scheduling parallel dumps.
Tom Lane
2021-12-06
Use PREPARE/EXECUTE for repetitive per-object queries in pg_dump.
Tom Lane
2021-12-06
Avoid per-object queries in performance-critical paths in pg_dump.
Tom Lane
2021-12-06
Postpone calls of unsafe server-side functions in pg_dump.
Tom Lane
2021-12-06
Rethink pg_dump's handling of object ACLs.
Tom Lane
2021-12-06
Refactor pg_dump's tracking of object components to be dumped.
Tom Lane
2021-12-06
Fix inappropriate uses of PG_GETARG_UINT32()
Peter Eisentraut
2021-12-05
Silence perl complaint in ssl test
Andrew Dunstan
2021-12-03
Some RELKIND macro refactoring
Peter Eisentraut
2021-12-03
Fix path delimiters in connection string on Windows
Daniel Gustafsson
2021-12-03
Improve the description of various GUCs
Michael Paquier
2021-12-02
On Windows, close the client socket explicitly during backend shutdown.
Tom Lane
2021-12-02
Add configure probe for rl_variable_bind().
Tom Lane
2021-12-02
pg_dump: Add missing relkind case
Peter Eisentraut
2021-12-02
pg_waldump: Emit stats summary when interrupted by SIGINT
Michael Paquier
2021-12-02
Move into separate file all the SQL queries used in pg_upgrade tests
Michael Paquier
2021-12-01
Avoid leaking memory during large-scale REASSIGN OWNED BY operations.
Tom Lane
2021-12-01
psql: initialize comment-begin setting to a useful value by default.
Tom Lane
2021-12-01
psql: treat "--" comments between queries as separate history entries.
Tom Lane
2021-12-01
psql: include intra-query "--" comments in what's sent to the server.
Tom Lane
2021-12-01
Remove unused includes
Peter Eisentraut
2021-12-01
Improve some comments in scanner files
Peter Eisentraut
2021-12-01
Warning on SET of nonexisting setting with a prefix reserved by an extension
Peter Eisentraut
2021-12-01
Fix certificate paths to use perl2host
Daniel Gustafsson
2021-12-01
Remove mention of TimeLineID update from comments
Daniel Gustafsson
2021-12-01
Fix comment grammar in slotfuncs.c
Michael Paquier
2021-12-01
Fix regression test failure caused by commit 8d74fc96db.
Amit Kapila
2021-12-01
Improve psql tab completion for various DROP commands
Michael Paquier
2021-11-30
Extend the private key stat checking error handling
Daniel Gustafsson
2021-11-30
vacuumlazy.c: fix remaining "dead tuple" references.
Peter Geoghegan
2021-11-30
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-30
Increase size of shared memory for pg_commit_ts
Alvaro Herrera
2021-11-30
Disable unused-variable warning C4101 in MSVC
Daniel Gustafsson
2021-11-30
Remove PF_USED_FOR_ASSERTS_ONLY from variables in general use
Daniel Gustafsson
2021-11-30
Use test-specific temp path for keys during SSL test
Daniel Gustafsson
2021-11-30
Add TAP tests for contrib/sslinfo
Daniel Gustafsson
2021-11-30
Extend configure_test_server_for_ssl to add extensions
Daniel Gustafsson
2021-11-30
Fix flags of some GUCs and improve some descriptions
Michael Paquier
2021-11-30
Add a view to show the stats of subscription workers.
Amit Kapila
2021-11-30
Fix typos
Michael Paquier
2021-11-30
Fix compatibility thinko for fstat() on standard streams in win32stat.c
Michael Paquier
2021-11-29
vacuumlazy.c: Rename dead_tuples to dead_items.
Peter Geoghegan
2021-11-29
Simplify declaring variables exported from libpgcommon and libpgport.
Tom Lane
2021-11-29
Portability hack for pg_global_prng_state.
Tom Lane
2021-11-29
Centralize timestamp computation of control file on updates
Michael Paquier
[next]