| Commit message (Expand) | Author | Age |
* | Empty search_path in Autovacuum and non-psql/pgbench clients. | Noah Misch | 2018-02-26 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Centralize getopt-related declarations in a new header file pg_getopt.h. | Tom Lane | 2014-02-15 |
* | Replace pg_asprintf() with psprintf(). | Tom Lane | 2013-10-22 |
* | Add use of asprintf() | Peter Eisentraut | 2013-10-13 |
* | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 |
* | Add a materialized view relations. | Kevin Grittner | 2013-03-03 |
* | Create libpgcommon, and move pg_malloc et al to it | Alvaro Herrera | 2013-02-12 |
* | Work around unportable behavior of malloc(0) and realloc(NULL, 0). | Tom Lane | 2012-10-02 |
* | Standardize naming of malloc/realloc/strdup wrapper functions. | Tom Lane | 2012-10-02 |
* | Make oid2name, pgbench, and vacuumlo set fallback_application_name. | Robert Haas | 2012-07-04 |
* | Make documentation of --help and --version options more consistent | Peter Eisentraut | 2012-06-18 |
* | Tweak contrib --help output to match common style | Peter Eisentraut | 2012-05-08 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Equip the programs installed by contrib with proper --help and --version | Peter Eisentraut | 2009-02-27 |
* | Remove feof(stdin) calls related to when to prompt for a password, | Peter Eisentraut | 2009-02-25 |
* | Remove the -P options of oid2name and pgbench, as they are security | Tom Lane | 2007-12-11 |
* | Arrange to put TOAST tables belonging to temporary tables into special schemas | Tom Lane | 2007-07-25 |
* | Change a couple of exit(0) to return 0 to suppress complaints from | Tom Lane | 2007-07-15 |
* | Add externs for optarg/optind where apparently needed. Per Magnus. | Tom Lane | 2006-10-19 |
* | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Cause initdb to create a third standard database "postgres", which | Tom Lane | 2005-06-21 |
* | Fix a potential free() of string literal in oid2name, per report from | Neil Conway | 2004-12-02 |
* | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 |
* | Here is a patch bringing oid2name into the 21st century. | Tom Lane | 2004-09-17 |
* | Seems the usage message for oid2name calls it pg_oid2name. Fixed. | Bruce Momjian | 2004-03-03 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Updatge to skip composite types. | Bruce Momjian | 2003-07-27 |
* | Adjust oid2name to skip certain row types, per Tom. | Bruce Momjian | 2003-07-27 |
* | Here is 4 file in tgz: | Bruce Momjian | 2003-07-27 |
* | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 |
* | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 |
* | Update /contrib for "autocommit TO 'on'". | Bruce Momjian | 2002-10-18 |
* | The attached patch changes most of the usages of sprintf() to | Bruce Momjian | 2002-08-15 |
* | Add -q option to oid2name. Add sample session to README. | Bruce Momjian | 2002-06-12 |
* | Currently, contrib/oid2name doesn't bother to free() the memory that it | Bruce Momjian | 2002-03-05 |
* | Fix typo in usage message, per Oleg. | Tom Lane | 2002-01-25 |
* | The result of getopt() should be compared to -1, not EOF, per | Tom Lane | 2002-01-10 |
* | Read getopt() into an int, not char. | Bruce Momjian | 2001-11-15 |
* | Tweak to test HAVE_GETOPT_H before including <getopt.h>, so as to | Tom Lane | 2001-10-02 |
* | The attached patch enables the contrib subtree to build cleanly under | Bruce Momjian | 2001-06-18 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Bruce Momjian <pgman@candle.pha.pa.us> writes: | Bruce Momjian | 2001-02-12 |
* | Add stdio to file. | Bruce Momjian | 2001-02-12 |
* | Add #include <unistd.h> | Bruce Momjian | 2001-02-12 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |