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
Age
Commit message (
Expand
)
Author
2022-01-31
Simplify coding around path_contains_parent_reference().
Tom Lane
2022-01-31
Make canonicalize_path() more canonical.
Tom Lane
2022-01-31
plperl: windows: Use Perl_setlocale on 5.28+, fixing compile failure.
Andres Freund
2022-01-30
Introduce pg_settings_get_flags() to find flags associated to a GUC
Michael Paquier
2022-01-30
psql: improve tab-complete's handling of variant SQL names.
Tom Lane
2022-01-30
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-29
Fix failure to validate the result of select_common_type().
Tom Lane
2022-01-29
Fix comments about bgworker registration before MaxBackends initialization
Michael Paquier
2022-01-29
vacuumlazy.c: Rename state field for consistency.
Peter Geoghegan
2022-01-29
Fix incorrect memory context switch in COPY TO execution
Michael Paquier
2022-01-28
Add bbstreamer_gzip.c to Mkvcbuild.pm.
Robert Haas
2022-01-28
Tab-complete ALTER PUBLICATION ADD TABLE with list of tables
Alvaro Herrera
2022-01-28
Remove superfluous variable.
Robert Haas
2022-01-28
Move the code to archive files via the shell to a separate file.
Robert Haas
2022-01-28
Adjust server-side backup to depend on pg_write_server_files.
Robert Haas
2022-01-28
pg_basebackup: Cleaner handling when compression is multiply specified.
Robert Haas
2022-01-28
Fix mistakes in commit d45099425eb19e420433c9d81d354fe585f4dbd6.
Robert Haas
2022-01-28
Allow server-side compression to be used with -Fp.
Robert Haas
2022-01-28
Add HEADER support to COPY text format
Peter Eisentraut
2022-01-28
Add some const decorations
Peter Eisentraut
2022-01-28
doc: Update ALTER COLLATION wording
Peter Eisentraut
2022-01-28
Fix typo in comment.
Etsuro Fujita
2022-01-28
Prevent memory context logging from sending log message to connected client.
Fujii Masao
2022-01-27
Specify --host in 027_stream_regress.pl's pg_regress invocation.
Andres Freund
2022-01-27
Avoid referencing Z_DEFAULT_COMPRESSION outside HAVE_LIBZ.
Robert Haas
2022-01-27
pg_basebackup: Add a dummy return to bbsink_gzip_new().
Robert Haas
2022-01-27
Fix ordering of XIDs in ProcArrayApplyRecoveryInfo
Tomas Vondra
2022-01-27
Remove some trailing whitespace in documentation files
Peter Eisentraut
2022-01-27
pg_basebackup: Fix a couple of recently-introduced bugs.
Robert Haas
2022-01-27
Improve msys2 detection for TAP tests
Andrew Dunstan
2022-01-27
psql: Add tab completion for ALTER COLLATION / REFRESH VERSION
Peter Eisentraut
2022-01-27
Change collate and ctype fields to type text
Peter Eisentraut
2022-01-27
postgres_fdw: Fix handling of a pending asynchronous request in postgresReSca...
Etsuro Fujita
2022-01-27
On sparc64+ext4, suppress test failures from known WAL read failure.
Noah Misch
2022-01-26
Fix pg_hba_file_rules for authentication method cert
Magnus Hagander
2022-01-25
Replace use of deprecated Python module distutils.sysconfig, take 2.
Tom Lane
2022-01-25
Revert "Temporarily add some information about python include paths to config...
Tom Lane
2022-01-25
Tidy up a few cosmetic issues related to pg_basebackup.
Robert Haas
2022-01-25
Consider parallel awareness when removing single-child Appends
David Rowley
2022-01-25
Improve errors related to incorrect TLI on checkpoint record replay
Michael Paquier
2022-01-25
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-24
Unbreak pg_verifybackup/t/008_untar.pl on msys
Andrew Dunstan
2022-01-24
Add tests of the CREATEROLE attribute
Andrew Dunstan
2022-01-24
Fix limitations on what SQL commands can be issued to a walsender.
Tom Lane
2022-01-24
Server-side gzip compression.
Robert Haas
2022-01-24
pg_upgrade: Preserve database OIDs.
Robert Haas
2022-01-24
Unbreak pg_basebackup/t/010_pg_basebackup.pl on msys
Andrew Dunstan
2022-01-24
Remember to reset yy_start state when firing up repl_scanner.l.
Tom Lane
2022-01-24
Temporarily add some information about python include paths to configure.
Andres Freund
2022-01-23
pg_basebackup: Skip a few more fsyncs if --no-sync is specified.
Andres Freund
[next]