| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a materialized view relations. | Kevin Grittner | 2013-03-03 | 1 | -2/+2 |
| * | Create libpgcommon, and move pg_malloc et al to it | Alvaro Herrera | 2013-02-12 | 1 | -50/+0 |
| * | Work around unportable behavior of malloc(0) and realloc(NULL, 0). | Tom Lane | 2012-10-02 | 1 | -11/+27 |
| * | Standardize naming of malloc/realloc/strdup wrapper functions. | Tom Lane | 2012-10-02 | 1 | -21/+21 |
| * | Make oid2name, pgbench, and vacuumlo set fallback_application_name. | Robert Haas | 2012-07-04 | 1 | -7/+24 |
| * | Make documentation of --help and --version options more consistent | Peter Eisentraut | 2012-06-18 | 1 | -14/+14 |
| * | Tweak contrib --help output to match common style | Peter Eisentraut | 2012-05-08 | 1 | -1/+1 |
| * | Use consistent spacing for PGAPPICON Makefile option. | Bruce Momjian | 2011-01-24 | 1 | -1/+1 |
| * | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 | 1 | -0/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 2 | -2/+2 |
| * | Add PGFILEDESC description to Makefiles for all /contrib executables. | Bruce Momjian | 2010-05-12 | 1 | -1/+4 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -5/+5 |
| * | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 | 1 | -11/+11 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -15/+16 |
| * | Equip the programs installed by contrib with proper --help and --version | Peter Eisentraut | 2009-02-27 | 1 | -21/+52 |
| * | Remove feof(stdin) calls related to when to prompt for a password, | Peter Eisentraut | 2009-02-25 | 1 | -3/+2 |
| * | Remove the -P options of oid2name and pgbench, as they are security | Tom Lane | 2007-12-11 | 1 | -24/+43 |
| * | Remove references to READMEs from /contrib Makefiles. | Bruce Momjian | 2007-11-10 | 1 | -3/+1 |
| * | Move most /contrib README files into SGML. Some still need conversion | Bruce Momjian | 2007-11-10 | 1 | -165/+0 |
| * | Arrange to put TOAST tables belonging to temporary tables into special schemas | Tom Lane | 2007-07-25 | 1 | -4/+5 |
| * | Change a couple of exit(0) to return 0 to suppress complaints from | Tom Lane | 2007-07-15 | 1 | -2/+2 |
| * | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane | 2007-06-26 | 1 | -2/+3 |
| * | Add externs for optarg/optind where apparently needed. Per Magnus. | Tom Lane | 2006-10-19 | 1 | -1/+3 |
| * | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 | 1 | -0/+1 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -57/+65 |
| * | PGXS should be set with := not =, as specified in the documentation, | Tom Lane | 2005-09-27 | 1 | -2/+2 |
| * | Cause initdb to create a third standard database "postgres", which | Tom Lane | 2005-06-21 | 1 | -1/+1 |
| * | Have libpgport link before libpq so that PG client applications are more | Bruce Momjian | 2005-03-25 | 1 | -2/+2 |
| * | Fix a potential free() of string literal in oid2name, per report from | Neil Conway | 2004-12-02 | 1 | -12/+25 |
| * | Remove now-redundant description of Postgres file layout, in favor of | Tom Lane | 2004-11-12 | 1 | -24/+3 |
| * | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 | 1 | -8/+8 |
| * | Here is a patch bringing oid2name into the 21st century. | Tom Lane | 2004-09-17 | 2 | -393/+531 |
| * | > Please find enclose a submission to fix these problems. | Bruce Momjian | 2004-08-20 | 1 | -5/+9 |
| * | Seems the usage message for oid2name calls it pg_oid2name. Fixed. | Bruce Momjian | 2004-03-03 | 1 | -1/+1 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | Updatge to skip composite types. | Bruce Momjian | 2003-07-27 | 1 | -1/+1 |
| * | Adjust oid2name to skip certain row types, per Tom. | Bruce Momjian | 2003-07-27 | 1 | -1/+1 |
| * | Here is 4 file in tgz: | Bruce Momjian | 2003-07-27 | 1 | -1/+3 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 1 | -2/+0 |
| * | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 | 1 | -1/+1 |
| * | Update /contrib for "autocommit TO 'on'". | Bruce Momjian | 2002-10-18 | 1 | -0/+4 |
| * | Update README for oid2name. | Bruce Momjian | 2002-10-12 | 1 | -3/+3 |
| * | The attached patch changes most of the usages of sprintf() to | Bruce Momjian | 2002-08-15 | 1 | -5/+5 |
| * | Cleanup. | Bruce Momjian | 2002-07-05 | 1 | -1/+1 |
| * | Add mention of segmented files to oid2name. | Bruce Momjian | 2002-06-21 | 1 | -0/+3 |
| * | Mention vacuum for relpages. | Bruce Momjian | 2002-06-13 | 1 | -1/+2 |
| * | Add script to show disk space per db. | Bruce Momjian | 2002-06-13 | 1 | -1/+14 |
| * | Improve query. | Bruce Momjian | 2002-06-12 | 1 | -1/+1 |
| * | Add mention of query showing pages used. | Bruce Momjian | 2002-06-12 | 1 | -0/+4 |