]> granicus.if.org Git - postgresql/history - src/bin/psql
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / bin / psql /
2019-10-25 Amit KapilaMake the order of the header file includes consistent...
2019-09-27 Michael PaquierAdd tab completion for EXPLAIN (SETTINGS) in psql
2019-09-13 Fujii MasaoAdd tab completion for CREATE OR REPLACE in psql.
2019-09-11 Michael PaquierFix comment in psql's describe.c
2019-09-10 Tomas VondraAllow setting statistics target for extended statistics
2019-09-06 Peter EisentrautMessage style fixes
2019-09-02 Tom LaneHandle corner cases correctly in psql's reconnection...
2019-08-25 Tom LaneAvoid platform-specific null pointer dereference in...
2019-08-19 Michael PaquierFix tab completion for CREATE TYPE in psql
2019-08-09 Michael PaquierRefactor logic to remove trailing CR/LF characters...
2019-08-05 Michael PaquierFix tab completion for ALTER LANGUAGE in psql
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-07-25 Tom LaneFix failures to ignore \r when reading Windows-style...
2019-07-24 Tom LaneFix infelicities in describeOneTableDetails' partitione...
2019-07-23 Tom LaneImprove psql's \d output for partitioned indexes.
2019-07-23 Tom LaneImprove psql's \d output for TOAST tables.
2019-07-13 Thomas MunroFix tab completion for UPDATE.
2019-07-13 Thomas MunroTab completion for CREATE TYPE.
2019-07-06 Peter Eisentrautpsql: Fix logging output format
2019-07-05 Tom LaneAdd \warn command to psql.
2019-07-04 David RowleyUse appendStringInfoString and appendPQExpBufferStr...
2019-07-03 Tom LaneShow table persistence in psql's \dt+ and related commands.
2019-07-02 Tom LaneDon't treat complete_from_const as equivalent to comple...
2019-07-02 Tom LaneFix tab completion of "SET variable TO|=" to not offer...
2019-07-02 Tom LaneSimplify psql \d's rule for ordering the indexes of...
2019-06-25 Michael PaquierAdd toast-level reloption for vacuum_index_cleanup
2019-06-17 Peter EisentrautTranslation updates
2019-06-14 Alvaro HerreraTweak libpq's PQhost, PQhostaddr, and psql's \connect
2019-06-03 Michael PaquierFix typos in various places
2019-06-03 Michael PaquierFix some issues and improve psql completion for access...
2019-05-31 Tom LaneFix assorted header files that failed to compile standa...
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-22 Fujii MasaoMention ANALYZE boolean options in documentation.
2019-05-20 Peter EisentrautTranslation updates
2019-05-14 Tom LaneMove logging.h and logging.c from src/fe_utils/ to...
2019-05-07 Fujii MasaoAdd TRUNCATE parameter to VACUUM.
2019-05-04 Michael PaquierFix set of issues with memory-allocation system calls...
2019-04-17 Alvaro HerreraTie loose ends in psql's new \dP command
2019-04-17 Alvaro Herrerapsql: display tablespace for partitioned indexes
2019-04-08 Fujii MasaoAdd vacuum_truncate reloption.
2019-04-07 Alvaro Herrerapsql \dP: list partitioned tables and indexes
2019-04-04 Tom LaneAdd a "SQLSTATE-only" error verbosity option to libpq...
2019-04-04 Robert HaasAllow VACUUM to be run with index cleanup disabled.
2019-04-03 Stephen FrostGSSAPI encryption support
2019-04-03 Alvaro HerreraSupport foreign keys that reference partitioned tables
2019-04-01 Peter EisentrautUnified logging system for command-line programs
2019-03-30 Peter EisentrautGenerated columns
2019-03-29 Andres FreundShow table access methods as such in psql's \dA.
2019-03-29 Robert HaasAllow existing VACUUM options to take a Boolean argument.
2019-03-29 Peter EisentrautREINDEX CONCURRENTLY
2019-03-27 Tomas VondraAdd support for multivariate MCV lists
2019-03-26 Alvaro Herrerapsql: Schema-qualify typecast in one \d query
2019-03-26 Alvaro HerreraImprove psql's \d display of foreign key constraints
2019-03-24 Peter EisentrautTransaction chaining
2019-03-22 Peter EisentrautCollations with nondeterministic comparison
2019-03-11 Peter Eisentrautpsql: Add documentation URL to \help output
2019-03-06 Andres Freundtableam: introduce table AM infrastructure.
2019-03-06 Michael PaquierTeach SKIP_LOCKED to psql tab completion of VACUUM...
2019-02-25 Peter Eisentrautpsql: Remove obsolete code
2019-02-13 Peter EisentrautMore unconstify use
2019-01-28 Peter Eisentrautpsql: Remove unused tab completion query
2019-01-28 Michael PaquierAdd tab completion for ALTER INDEX ALTER COLUMN in...
2019-01-26 Tom LaneFix psql's "\g target" meta-command to work with COPY...
2019-01-23 Heikki LinnakangasFix misc typos in comments.
2019-01-19 Magnus HaganderReplace @postgresql.org with @lists.postgresql.org...
2019-01-15 Tom LaneFinish reverting "recheck_on_update" patch.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-29 Peter EisentrautRemove redundant translation markers
2018-12-25 Michael PaquierImprove tab completion of ALTER INDEX/TABLE with SET...
2018-12-23 Michael PaquierAdd completion for storage parameters after CREATE...
2018-12-20 Michael PaquierAdd more tab completion for CREATE TABLE in psql
2018-12-03 Michael PaquierAdd some missing schema qualifications
2018-11-27 Tomas VondraUse wildcard to match parens after CREATE STATISTICS
2018-11-26 Tom LaneAdd CSV table output mode in psql.
2018-11-26 Tom LaneFix breakage of "\pset format latex".
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-19 Alvaro Herrerapsql: Describe partitioned tables/indexes as such
2018-11-19 Alvaro Herrerapsql: Show IP address in \conninfo
2018-11-14 Tom LaneMake psql's "\pset format" command reject non-unique...
2018-11-06 Michael PaquierReorganize format options of psql in alphabetical order
2018-10-26 Michael PaquierImprove tab completion of CREATE EVENT TRIGGER in psql
2018-10-26 Michael PaquierAdd tab completion of EXECUTE FUNCTION for CREATE TRIGG...
2018-10-20 Tom LaneClient-side fixes for delayed NOTIFY receipt.
2018-09-22 Tom LaneGet rid of explicit argument-count markings in tab...
2018-09-21 Tom LaneFix bogus tab-completion rule for CREATE PUBLICATION.
2018-09-21 Tom LaneImprove tab completion for ANALYZE, EXPLAIN, and VACUUM.
2018-09-21 Tom LaneRationalize Query_for_list_of_[relations] query names...
2018-09-20 Tom LaneFix psql's tab completion for TABLE.
2018-09-20 Tom LaneFix psql's tab completion for ALTER DATABASE ... SET...
2018-09-13 Peter EisentrautMessage style improvements
2018-09-12 Tom LaneMinor fixes for psql tab completion.
2018-09-07 Peter EisentrautUse C99 designated initializers for some structs
2018-08-31 Tom LaneFix psql's \dC command to annotate I/O conversion casts...
2018-08-22 Peter Eisentrautdoc: Update uses of the word "procedure"
2018-08-03 Tom LaneRemove no-longer-appropriate special case in psql's...
2018-07-24 Peter Eisentrautpsql: Add option for procedures to \df
2018-07-19 Tom LaneImprove psql's \d command to show whether index columns...
2018-06-30 Andrew Dunstanpgindent run prior to branching
2018-06-29 Alvaro Herrerapsql: show cloned triggers in partitions
next