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
2024-09-04
Remove test-case workarounds for ancient libedit versions.
Tom Lane
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-02
More use of getpwuid_r() directly
Peter Eisentraut
2024-08-24
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-22
psql: Add more meta-commands able to use the extended protocol
Michael Paquier
2024-07-29
Remove tab completion for CREATE UNLOGGED MATERIALIZED VIEW.
Nathan Bossart
2024-07-24
Allow altering of two_phase option of a SUBSCRIPTION.
Amit Kapila
2024-07-02
Add information about access method for partitioned relations in \dP+
Michael Paquier
2024-06-24
Translation updates
Peter Eisentraut
2024-06-13
Improve the granularity of PQsocketPoll's timeout parameter.
Tom Lane
2024-06-13
Add missing source files to nls.mk
Peter Eisentraut
2024-05-20
Translation updates
Peter Eisentraut
2024-05-16
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-14
Pre-beta mechanical code beautification.
Tom Lane
2024-05-13
Revert structural changes to not-null constraints
Alvaro Herrera
2024-05-09
psql: Add missing punctuation in help output
Peter Eisentraut
2024-05-06
Translation updates
Peter Eisentraut
2024-05-01
Add tab completion for EXPLAIN (MEMORY|SERIALIZE)
Michael Paquier
2024-04-30
Add tab completion for partition MERGE/SPLIT operations
Alexander Korotkov
2024-04-29
libpq: If ALPN is not used, make PQsslAttribute(conn, "alpn") == ""
Heikki Linnakangas
2024-04-15
psql: Make output of \dD more stable
Peter Eisentraut
2024-04-15
Fix ALTER DOMAIN NOT NULL syntax
Peter Eisentraut
2024-04-08
In psql, avoid leaking a PGresult after a query is cancelled.
Tom Lane
2024-04-08
Further review for re-implementation of psql's FETCH_COUNT feature.
Tom Lane
2024-04-08
Add more tab completion support for ALTER DEFAULT PRIVILEGES in psql.
Masahiko Sawada
2024-04-08
Send ALPN in TLS handshake, require it in direct SSL connections
Heikki Linnakangas
2024-04-07
Re-implement psql's FETCH_COUNT feature atop libpq's chunked mode.
Tom Lane
2024-04-04
Remove reachable call to pg_unreachable().
Robert Haas
2024-04-03
Fix indentation from cafe1056558f
Daniel Gustafsson
2024-04-02
Allow SIGINT to cancel psql database reconnections.
Robert Haas
2024-04-01
Add new COPY option LOG_VERBOSITY.
Masahiko Sawada
2024-03-30
Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2024-03-28
Improve tab completion for ALTER TABLE ALTER COLUMN SET in psql.
Masahiko Sawada
2024-03-17
Add RETURNING support to MERGE.
Dean Rasheed
2024-03-17
Make stxstattarget nullable
Peter Eisentraut
2024-03-16
psql: fix variable existence tab completion
Alexander Korotkov
2024-03-14
Introduce "builtin" collation provider.
Jeff Davis
2024-03-13
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-09
Catalog changes preparing for builtin collation provider.
Jeff Davis
2024-03-08
Improve WIN32 waiting logic in psql's \watch command.
Tom Lane
2024-03-08
Add support for DEFAULT in ALTER TABLE .. SET ACCESS METHOD
Michael Paquier
2024-03-05
Rename pg_constraint.conwithoutoverlaps to conperiod
Peter Eisentraut
2024-02-29
Support MERGE into updatable views.
Dean Rasheed
2024-02-16
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-01-30
Add a failover option to subscriptions.
Amit Kapila
2024-01-24
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-19
Rename COPY option from SAVE_ERROR_TO to ON_ERROR
Alexander Korotkov
2024-01-19
psql: Add ignore_slash_options in bind's inactive branch
Michael Paquier
2024-01-16
Add new COPY option SAVE_ERROR_TO
Alexander Korotkov
2024-01-10
Allow noise semicolons ending psql \sf, \ef, \sv, \ev commands.
Tom Lane
[next]