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
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
2025-01-22
Fix \dRp+ output when describing publications with a lower server version.
Amit Kapila
2025-01-22
Improve grammar of options for command arrays in TAP tests
Michael Paquier
2025-01-15
Drop warning-free support for Flex 2.5.35
Peter Eisentraut
2025-01-14
psql: Add option to use expanded mode to all list commands.
Dean Rasheed
2025-01-14
psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ output.
Dean Rasheed
2025-01-06
flex code modernization: Replace YY_EXTRA_TYPE define with flex option
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-25
Partial pgindent of .l and .y files
Peter Eisentraut
2024-12-18
psql: Add more information about service name
Michael Paquier
2024-12-16
psql: Tab completion for JOIN ... USING column list
Tomas Vondra
2024-12-16
psql: Tab completion for JOIN ... ON/USING
Tomas Vondra
2024-12-16
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-03
Rework some code handling pg_subscription data in psql and pg_dump
Michael Paquier
2024-11-28
psql: Sprinkle more CppAsString2() in describe.c
Michael Paquier
2024-11-28
psql: Add tab completion for COPY (MERGE ...
Peter Eisentraut
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-11-22
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-08
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-07
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-11-06
Remove unused #include's from bin .c files
Peter Eisentraut
[next]