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
Age
Commit message (
Expand
)
Author
2023-12-10
Remove some unnecessary includes of "access/xlog_internal.h"
Peter Eisentraut
2023-12-08
Fix path of regress shared library in pg_upgrade test
Michael Paquier
2023-12-06
Suppress -Wunused-result warning about write().
Nathan Bossart
2023-12-06
Use signal-safe functions in signal handler
Peter Eisentraut
2023-12-06
Apply filters to dump files all the time in 002_pg_upgrade.pl
Michael Paquier
2023-12-05
Rename pg_verifybackup's JsonManifestParseContext callback functions.
Robert Haas
2023-12-05
Rename JsonManifestParseContext callbacks.
Robert Haas
2023-12-05
Fix a random failure in 003_logical_slots.pl.
Amit Kapila
2023-12-04
Don't use pgbench -j in tests
Alvaro Herrera
2023-11-30
Fix spelling and punctuation
Daniel Gustafsson
2023-11-30
Add missing file to nls Makefile
Daniel Gustafsson
2023-11-30
Fix array subscript warnings
Daniel Gustafsson
2023-11-30
Remove unused macro
Peter Eisentraut
2023-11-30
Fix a test in 003_logical_slots.
Amit Kapila
2023-11-29
Fix typo in comment
Daniel Gustafsson
2023-11-29
Read include/exclude commands for dump/restore from file
Daniel Gustafsson
2023-11-28
psql: Add tab completion for view options.
Dean Rasheed
2023-11-25
C comment: add header to pg_test_fsync.c
Bruce Momjian
2023-11-16
psql: Add some completion support for CREATE TABLE .. AS
Michael Paquier
2023-11-13
Don't try to dump RLS policies or security labels for extension objects.
Tom Lane
2023-11-13
Improve default and empty privilege outputs in psql.
Tom Lane
2023-11-09
Fix uninitialized slot array access during the upgrade.
Amit Kapila
2023-11-07
Fix the test 003_logical_slots.
Amit Kapila
2023-11-06
Remove distprep
Peter Eisentraut
2023-11-06
pg_resetwal: Add more tests and test coverage
Peter Eisentraut
2023-11-03
doc: \copy can get data values \. and end-of-input confused
Bruce Momjian
2023-11-02
Prevent startup of logical replication launcher during pg_upgrade
Michael Paquier
2023-10-31
C comment: mention why no setting lasterrno in dir_existsfile()
Bruce Momjian
2023-10-30
pgindent run to fix commits de64268561 and 5ae2087202a
Bruce Momjian
2023-10-29
Teach pg_dump about the new pg_subscription.subrunasowner option.
Tom Lane
2023-10-27
Teach contrib/amcheck to check the unique constraint violation
Alexander Korotkov
2023-10-27
Commit b195e6d482 forgot to update meson.build.
Amit Kapila
2023-10-27
Use shorter file names in the upgrade logical slots test.
Amit Kapila
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-26
Migrate logical slots to the new node during an upgrade.
Amit Kapila
2023-10-25
Remove dead code in pg_ctl.c.
Nathan Bossart
2023-10-18
pg_upgrade: Fix test name in 002_pg_upgrade.pl
Michael Paquier
2023-10-18
Clean up some pg_dump tests
Peter Eisentraut
2023-10-16
Add support event triggers on authenticated login
Alexander Korotkov
2023-10-14
Don't spuriously report FD_SETSIZE exhaustion on Windows.
Noah Misch
2023-10-13
psql: Add completion support for AT [ LOCAL | TIME ZONE ]
Michael Paquier
2023-10-11
Improve some wording in pg_upgrade/IMPLEMENTATION
Michael Paquier
2023-10-10
pg_resetwal: Corrections around -c option
Peter Eisentraut
2023-10-07
Restore proper linkage of pg_char_to_encoding() and friends.
Tom Lane
2023-10-06
Remove environment-variable-based defaults in psql --help
Peter Eisentraut
2023-10-05
Improve JsonLexContext's freeability
Alvaro Herrera
2023-10-05
Modernize const handling with readline
Peter Eisentraut
2023-10-02
Replace use of stat()[7] by -s switch in TAP tests to retrieve file size
Michael Paquier
2023-10-02
Fix omission of column-level privileges in selective pg_restore.
Tom Lane
2023-10-02
Add regression tests for psql \g piped into a program
Heikki Linnakangas
[next]