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
/
psql
Age
Commit message (
Expand
)
Author
4 days
Add tab-completion for ALTER TABLE not-nulls
Álvaro Herrera
7 days
psql: Improve tab completion for COPY command.
Fujii Masao
13 days
psql: Rename meta-command \close to \close_prepared
Michael Paquier
2025-06-16
Message style improvements
Peter Eisentraut
2025-06-15
psql: Change new \conninfo to use SSL instead of TLS
Peter Eisentraut
2025-06-14
psql: Report full protocol version in \conninfo output.
Fujii Masao
2025-06-13
psql: Reword help message and docs for WATCH_INTERVAL
Daniel Gustafsson
2025-06-13
psql: Forbid use of COPY and \copy while in a pipeline
Michael Paquier
2025-06-11
Add tab completion for REJECT_LIMIT option.
Masahiko Sawada
2025-06-11
psql: Remove PARTITION BY clause in tab completion for unlogged tables
Michael Paquier
2025-06-05
psql: fix order of join clauses when listing extensions
Magnus Hagander
2025-06-04
psql: Abort connection when using \syncpipeline after COPY TO/FROM
Michael Paquier
2025-05-11
Add tab-complete for ALTER DOMAIN ADD [CONSTRAINT]
Álvaro Herrera
2025-05-05
Translation updates
Peter Eisentraut
2025-04-24
psql: Fix assertion failures with pipeline mode
Michael Paquier
2025-04-23
psql: Rework TAP routine psql_fails_like() to define WAL sender context
Michael Paquier
2025-04-19
psql: Split extended query protocol meta-commands in --help=commands
Michael Paquier
2025-04-19
psql: Improve descriptions of \\flush[request] in --help
Michael Paquier
2025-04-19
psql: Fix incorrect status code returned by \getresults
Michael Paquier
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-18
Fixup various older misuses of appendPQExpBuffer
David Rowley
2025-04-07
Allow NOT NULL constraints to be added as NOT VALID
Álvaro Herrera
2025-04-07
psql: Clarify help message for WATCH_INTERVAL
Daniel Gustafsson
2025-04-04
Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.
Fujii Masao
2025-04-02
Add support for NOT ENFORCED in foreign key constraints
Peter Eisentraut
2025-03-27
psql: Fix incorrect equality comparison
Daniel Gustafsson
2025-03-26
psql: Make test robust against locale variations
Daniel Gustafsson
2025-03-25
psql: Make default \watch interval configurable
Daniel Gustafsson
2025-03-24
psql: use consistent alias for pg_description
Magnus Hagander
2025-03-24
psql: show default extension version in \dx output
Magnus Hagander
2025-03-23
psql: Add tab completion for VACUUM and ANALYZE ... ONLY option.
Tom Lane
2025-03-19
psql: Allow queries terminated by semicolons while in pipeline mode
Michael Paquier
2025-03-18
psql: Add \sendpipeline to send query buffers while in a pipeline
Michael Paquier
2025-03-17
Apply more consistent style for command options in TAP tests
Michael Paquier
2025-03-04
psql: Fix memory leak with \gx used within a pipeline
Michael Paquier
2025-02-25
psql: Add pipeline status to prompt and some state variables
Michael Paquier
2025-02-22
Change \conninfo to use tabular format
Álvaro Herrera
2025-02-21
psql: Add support for pipelines
Michael Paquier
2025-02-21
Add braces for if block with large comment in psql's common.c
Michael Paquier
2025-02-20
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-17
Add tab completion for ALTER USER/ROLE RESET
Tomas Vondra
2025-02-17
Add tab completion for ALTER DATABASE RESET
Tomas Vondra
2025-02-11
Eagerly scan all-visible pages to amortize aggressive vacuum
Melanie Plageman
2025-02-10
Specify the encoding of input to fmtId()
Andres Freund
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-02-05
Introduce autovacuum_vacuum_max_threshold.
Nathan Bossart
2025-02-05
Show more-intuitive titles for psql commands \dt, \di, etc.
Tom Lane
2025-01-29
Avoid breaking SJIS encoding while de-backslashing Windows paths.
Tom Lane
2025-01-28
Rename pubgencols_type to pubgencols in pg_publication.
Amit Kapila
2025-01-23
Change publication's publish_generated_columns option type to enum.
Amit Kapila
[next]