Commits

DateSubjectAuthorReleases
2022-04-08 Improve frontend error logging style. Tom Lane 15.0
2021-01-22 Avoid redundantly prefixing PQerrorMessage for a connection failure. Tom Lane 14.0
2020-09-04 Remove arbitrary restrictions on password length. Tom Lane 14.0
2018-04-08 Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h. Tom Lane 11.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-03-10 Fix hard-coded relkind constants in assorted other files. Tom Lane 10.0
2016-08-30 Simplify correct use of simple_prompt(). Tom Lane 10.0
2014-02-15 Centralize getopt-related declarations in a new header file pg_getopt.h. Tom Lane 9.4.0
2013-10-22 Replace pg_asprintf() with psprintf(). Tom Lane 9.4.0
2012-10-02 Work around unportable behavior of malloc(0) and realloc(NULL, 0). Tom Lane 9.3.0
2012-10-02 Work around unportable behavior of malloc(0) and realloc(NULL, 0). Tom Lane 9.2.2
2012-10-02 Standardize naming of malloc/realloc/strdup wrapper functions. Tom Lane 9.3.0
2010-02-07 Create a "relation mapping" infrastructure to support changing the relfilenodes Tom Lane 9.0.0
2007-12-11 Remove the -P options of oid2name and pgbench, as they are security Tom Lane 8.3.0
2007-07-25 Arrange to put TOAST tables belonging to temporary tables into special schemas Tom Lane 8.3.0
2007-07-15 Change a couple of exit(0) to return 0 to suppress complaints from Tom Lane 8.3.0
2006-10-19 Add externs for optarg/optind where apparently needed. Per Magnus. Tom Lane 8.2.0
2005-06-21 Cause initdb to create a third standard database "postgres", which Tom Lane 8.1.0
2004-11-05 Create 'default_tablespace' GUC variable that supplies a TABLESPACE Tom Lane 8.0.0
2004-09-17 Here is a patch bringing oid2name into the 21st century. Tom Lane 8.0.0
2003-05-14 Backend support for autocommit removed, per recent discussions. The Tom Lane 7.4.1
2003-03-10 This patch fixes a bunch of spelling mistakes in comments throughout the Tom Lane 7.4.1
2002-01-25 Fix typo in usage message, per Oleg. Tom Lane 7.2.1
2002-01-10 The result of getopt() should be compared to -1, not EOF, per Tom Lane 7.2.1