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: Tab completion for LATERAL joins
Tomas Vondra
2024-12-16
*
psql: Tab completion for CREATE MATERIALIZED VIEW ... USING
Tomas Vondra
2024-12-16
*
psql: Tab completion for CREATE TEMP TABLE ... USING
Tomas Vondra
2024-12-16
*
psql: Tab completion for ALTER TYPE ... CASCADE/RESTRICT
Tomas Vondra
2024-12-16
*
psql: Tab completion for ALTER TYPE ... ADD ATTRIBUTE
Tomas Vondra
2024-12-16
*
pgbench: fix misprocessing of some nested \if constructs.
Tom Lane
2024-12-15
*
Fix possible crash in pg_dump with identity sequences.
Tom Lane
2024-12-13
*
Dump not-null constraints on inherited columns correctly
Álvaro Herrera
2024-12-13
*
Fix a memory leak in dumping functions with TRANSFORMs
Daniel Gustafsson
2024-12-11
*
Improve reporting of pg_upgrade log files on test failure
Michael Paquier
2024-12-11
*
Remove useless casts to (const void *)
Peter Eisentraut
2024-12-06
*
Use <stdint.h> and <inttypes.h> for c.h integers.
Thomas Munro
2024-12-04
*
Rework some code handling pg_subscription data in psql and pg_dump
Michael Paquier
2024-12-03
*
psql: Sprinkle more CppAsString2() in describe.c
Michael Paquier
2024-11-29
*
psql: Add tab completion for COPY (MERGE ...
Peter Eisentraut
2024-11-28
*
Remove useless casts to (void *)
Peter Eisentraut
2024-11-28
*
pgbench: Ensure previous progress message is fully cleared when updating.
Fujii Masao
2024-11-27
*
Handle better implicit transaction state of pipeline mode
Michael Paquier
2024-11-27
*
meson: Build pgevent as shared_module rather than shared_library
Peter Eisentraut
2024-11-26
*
Clean up newlines following left parentheses
Álvaro Herrera
2024-11-26
*
pg_amcheck: Use CppAsString2() for relkind and relpersistence in queries
Michael Paquier
2024-11-26
*
pg_dump: Add dumpSchema and dumpData derivative flags.
Nathan Bossart
2024-11-25
*
psql: Fix category of \parse in output of --help=commands and \?
Michael Paquier
2024-11-22
*
psql: Include \pset xheader_width in --help=commands|variables
Michael Paquier
2024-11-22
*
Fix newly introduced 010_keep_recycled_wals.pl
Álvaro Herrera
2024-11-21
*
clarify --no-comments option in --help and SGML files
Bruce Momjian
2024-11-20
*
Avoid deleting critical WAL segments during pg_rewind
Álvaro Herrera
2024-11-15
*
Fix pg_upgrade's cross-version tests when old < 18
Álvaro Herrera
2024-11-13
*
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-08
*
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-11-07
*
Find invalid databases during upgrade check stage
Daniel Gustafsson
2024-11-06
*
Remove unused #include's from bin .c files
Peter Eisentraut
2024-11-06
*
pg_basebackup, pg_receivewal: fix failure to find password in ~/.pgpass.
Tom Lane
2024-11-04
*
pg_dump: provide a stable sort order for rules.
Tom Lane
2024-11-04
*
pg_combinebackup: Error if incremental file exists in full backup.
Robert Haas
2024-11-04
*
pg_combinebackup: When reconstructing, avoid double slash in filename.
Robert Haas
2024-11-04
*
Change the default value of the streaming option to 'parallel'.
Amit Kapila
2024-10-28
*
pgbench: Fix typo.
Tatsuo Ishii
2024-10-25
*
Remove unused code for unlogged materialized views.
Fujii Masao
2024-10-18
*
initdb: Change default to using data checksums.
Peter Eisentraut
2024-10-16
*
Allow TAP tests to force checksums off when calling init()
Peter Eisentraut
2024-10-14
*
psql: Fix \watch when using interval values less than 1ms
Michael Paquier
2024-10-14
*
pgbench: Improve result outputs related to failed transactions.
Tatsuo Ishii
2024-10-11
*
Don't hard-code the input file name in gen_tabcomplete.pl's output.
Tom Lane
2024-10-10
*
Avoid possible segfault in psql's tab completion.
Tom Lane
2024-10-10
*
Silence buildfarm warning chatter from bd1276a3c.
Tom Lane
2024-10-08
*
vacuumdb: Schema-qualify operator in catalog query's WHERE clause.
Nathan Bossart
2024-10-07
*
Fix Y2038 issues with MyStartTime.
Nathan Bossart
2024-10-07
*
Convert tab-complete's long else-if chain to a switch statement.
Tom Lane
2024-10-07
*
Prepare tab-complete.c for preprocessing.
Tom Lane
2024-10-07
[next]