index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Commit message (
Expand
)
Author
Age
*
psql: Improve tab completion for GRANT/REVOKE
Michael Paquier
2022-11-18
*
Export with_icu when running src/bin/scripts tests with meson
Peter Eisentraut
2022-11-17
*
Check return value of pclose() correctly
Peter Eisentraut
2022-11-15
*
psql: Add command to use extended query protocol
Peter Eisentraut
2022-11-15
*
Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".
Tom Lane
2022-11-10
*
psql: Add information in \d+ about foreign partitions and child tables
Michael Paquier
2022-11-08
*
Use pg_pwrite_zeros() in walmethods.c
Michael Paquier
2022-11-08
*
pg_dump: Refactor code that constructs ALTER ... OWNER TO commands
Peter Eisentraut
2022-11-02
*
pg_dump: fix failure to dump comments on constraints in some cases.
Tom Lane
2022-11-02
*
psql: Improve tab completion for ALTER TABLE on identity columns
Peter Eisentraut
2022-11-01
*
pg_dump test: Make concatenated create_sql commands more readable
Peter Eisentraut
2022-10-31
*
Improve tab completion for ALTER STATISTICS <name> SET in psql
Michael Paquier
2022-10-24
*
Remove pgpid_t type, use pid_t instead
Peter Eisentraut
2022-10-22
*
psql: Fix exit status when query is canceled
Peter Eisentraut
2022-10-22
*
pg_basebackup: Fix cross-platform tablespace relocation.
Robert Haas
2022-10-21
*
meson: Add support for building with precompiled headers
Andres Freund
2022-10-06
*
windows: Adjust FD_SETSIZE via commandline define
Andres Freund
2022-10-06
*
Fix final compiler warning produced by -Wshadow=compatible-local
David Rowley
2022-10-06
*
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-05
*
Add filtering capability for cross-version pg_upgrade tests
Michael Paquier
2022-10-04
*
Fix psql's behavior with \g for a multiple-command string.
Tom Lane
2022-10-03
*
Fix tab-completion after commit 790bf615ddba
Alvaro Herrera
2022-09-30
*
Mark sigint_interrupt_enabled as sig_atomic_t
Michael Paquier
2022-09-29
*
Restore pg_pread and friends.
Thomas Munro
2022-09-29
*
Fix bug in DROP OWNED BY.
Robert Haas
2022-09-28
*
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-28
*
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-27
*
Add missing source files to pg_waldump/nls.mk
Alvaro Herrera
2022-09-25
*
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-23
*
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-21
*
psql: Improve tab-completion for MERGE.
Fujii Masao
2022-09-22
*
Harmonize lexer adjacent function parameter names.
Peter Geoghegan
2022-09-21
*
Improve ICU option handling in CREATE DATABASE
Peter Eisentraut
2022-09-21
*
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-19
*
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
[next]