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
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
/
describe.c
Age
Commit message (
Expand
)
Author
2022-09-06
Fix an assortment of improper usages of string functions
David Rowley
2022-07-21
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-07-21
Fix various memory leaks in psql's describe commands \d*
Michael Paquier
2022-07-03
Remove redundant null pointer checks before PQclear and PQconninfoFree
Peter Eisentraut
2022-07-03
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-06-19
Message and documentation refinements
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-10
Remove some tabs in SQL code in C string literals
Peter Eisentraut
2022-04-20
Allow db.schema.table patterns, but complain about random garbage.
Robert Haas
2022-04-15
psql: fix \l display for pre-v15 databases.
Tom Lane
2022-04-13
Further tweak the default behavior of psql's \dconfig.
Tom Lane
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-11
Tweak the default behavior of psql's \dconfig.
Tom Lane
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-08
psql: Fix translation marking
Peter Eisentraut
2022-04-07
psql: add \dconfig command to show server's configuration parameters.
Tom Lane
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
Unlogged sequences
Peter Eisentraut
2022-03-26
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-24
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-22
Add ALTER SUBSCRIPTION ... SKIP.
Amit Kapila
2022-03-17
Add option to use ICU as global locale provider
Peter Eisentraut
2022-03-14
Optionally disable subscriptions on error.
Amit Kapila
2022-02-22
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-03
Add UNIQUE null treatment option
Peter Eisentraut
2022-01-25
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-18
Fix psql \d's query for identifying parent triggers.
Tom Lane
2022-01-08
Fix issues with describe queries of extended statistics in psql
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2022-01-06
Extend psql's \lo_list/\dl to be able to print large objects' ACLs.
Tom Lane
2022-01-05
Create foreign key triggers in partitioned tables too
Alvaro Herrera
2021-12-16
Remove psql support for server versions preceding 9.2.
Tom Lane
2021-12-11
Create a new type category for "internal use" types.
Tom Lane
2021-11-09
Rename some enums to use TABLE instead of REL.
Amit Kapila
2021-10-27
Allow publishing the tables of schema.
Amit Kapila
2021-10-12
psql: Fix some scan-build warnings
Peter Eisentraut
2021-09-28
Properly schema-prefix reference to pg_catalog.pg_get_statisticsobjdef_columns
Magnus Hagander
2021-08-30
psql: Fix name quoting on extended statistics
Alvaro Herrera
2021-08-28
psql \dX: reference regclass with "pg_catalog." prefix
Alvaro Herrera
2021-08-28
psql \dP: reference regclass with "pg_catalog." prefix
Alvaro Herrera
2021-07-26
psql \dX: check schema when listing statistics objects
Tomas Vondra
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-06-03
Standardize usages of appendStringInfo and appendPQExpBuffer
David Rowley
2021-05-27
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-04-16
psql: Small fixes for better translatability
Peter Eisentraut
2021-04-15
Undo decision to allow pg_proc.prosrc to be NULL.
Tom Lane
2021-04-08
Allow psql's \df and \do commands to specify argument types.
Tom Lane
2021-04-07
SQL-standard function body
Peter Eisentraut
2021-03-26
Extended statistics on expressions
Tomas Vondra
2021-03-26
Add "pg_database_owner" default role.
Noah Misch
[next]