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
2022-10-22
psql: Fix exit status when query is canceled
Peter Eisentraut
2022-10-21
pg_basebackup: Fix cross-platform tablespace relocation.
Robert Haas
2022-10-07
meson: Add support for building with precompiled headers
Andres Freund
2022-10-06
windows: Adjust FD_SETSIZE via commandline define
Andres Freund
2022-10-05
Fix final compiler warning produced by -Wshadow=compatible-local
David Rowley
2022-10-05
meson: Add windows resource files
Andres Freund
2022-10-05
Rename shadowed local variables
David Rowley
2022-10-05
Use macros from xlog_internal.h for WAL segment logic in pg_resetwal
Michael Paquier
2022-10-05
Add a few new patterns to the tab completion of psql
Michael Paquier
2022-10-04
Add filtering capability for cross-version pg_upgrade tests
Michael Paquier
2022-10-03
Fix psql's behavior with \g for a multiple-command string.
Tom Lane
2022-09-30
Fix tab-completion after commit 790bf615ddba
Alvaro Herrera
2022-09-29
Mark sigint_interrupt_enabled as sig_atomic_t
Michael Paquier
2022-09-29
Restore pg_pread and friends.
Thomas Munro
2022-09-28
Fix bug in DROP OWNED BY.
Robert Haas
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-27
Move RelFileNumber declarations to common/relpath.h.
Robert Haas
2022-09-25
Add missing source files to pg_waldump/nls.mk
Alvaro Herrera
2022-09-24
Message style improvements
Peter Eisentraut
2022-09-24
De-special-case pgevent's rc file handling
Andres Freund
2022-09-24
meson: Remove non-binary targets accidentally added to bin_targets
Andres Freund
2022-09-24
Improve terminology
Peter Eisentraut
2022-09-23
Allow publications with schema and table of the same schema.
Amit Kapila
2022-09-22
Harmonize parameter names in pg_dump/pg_dumpall.
Peter Geoghegan
2022-09-22
Harmonize more lexer function parameter names.
Peter Geoghegan
2022-09-22
Remove ALL keyword from TABLES IN SCHEMA for publication
Alvaro Herrera
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-22
psql: Improve tab-completion for MERGE.
Fujii Masao
2022-09-21
Harmonize lexer adjacent function parameter names.
Peter Geoghegan
2022-09-21
Improve ICU option handling in CREATE DATABASE
Peter Eisentraut
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-20
Split TESTDIR into TESTLOGDIR and TESTDATADIR
Andres Freund
2022-09-20
Don't hardcode tmp_check/ as test directory for tap tests
Andres Freund
2022-09-19
walmethods.c/h: Make WalWriteMethod more object-oriented.
Robert Haas
2022-09-19
walmethods.c/h: Make Walfile a struct, rather than a void *
Robert Haas
2022-09-19
Add missing serial commas
Peter Eisentraut
2022-09-16
Fix createdb tests for C locale
Peter Eisentraut
2022-09-16
Don't allow creation of database with ICU locale with unsupported encoding
Peter Eisentraut
2022-09-15
Revert ill-considered change in pg_resetwal output.
Tom Lane
2022-09-14
Use the terminology "WAL file" not "log file" more consistently.
Tom Lane
2022-09-14
Use SIGNAL_ARGS consistently to declare signal handlers.
Tom Lane
2022-09-14
Handle SIGTERM in pg_receivewal and pg_recvlogical
Daniel Gustafsson
2022-09-14
Fix incorrect value for "strategy" with deflateParams() in walmethods.c
Michael Paquier
2022-09-14
Fix typo in pgbench.c.
Amit Kapila
2022-09-14
Simplify handling of compression level with compression specifications
Michael Paquier
2022-09-13
Make locale option behavior more consistent
Peter Eisentraut
2022-09-13
Move any remaining files generated by pg_upgrade into an internal subdir
Michael Paquier
2022-09-12
Assorted examples of expanded type-safer palloc/pg_malloc API
Peter Eisentraut
[next]