| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improved parallel make support | Peter Eisentraut | 2010-11-12 | 1 | -2/+2 |
| * | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 | 1 | -0/+4 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 5 | -5/+5 |
| * | Split the LDFLAGS make variable into two parts: LDFLAGS is now used for | Tom Lane | 2010-07-05 | 1 | -2/+2 |
| * | Translation update | Peter Eisentraut | 2010-05-13 | 4 | -308/+1137 |
| * | Add PGFILEDESC description to Makefiles for all /contrib executables. | Bruce Momjian | 2010-05-12 | 1 | -1/+3 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -4/+4 |
| * | Translation updates for 9.0alpha4 | Peter Eisentraut | 2010-02-19 | 1 | -127/+131 |
| * | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane | 2010-02-16 | 1 | -1/+2 |
| * | Un-break initdb logic for commenting out IPv6 pg_hba.conf line. | Tom Lane | 2010-01-26 | 1 | -5/+5 |
| * | Reformat the comments in pg_hba.conf and pg_ident.conf | Peter Eisentraut | 2010-01-26 | 1 | -5/+5 |
| * | PG_MAJORVERSION: | Bruce Momjian | 2010-01-06 | 1 | -56/+12 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 2 | -4/+4 |
| * | Translation updates | Peter Eisentraut | 2009-12-19 | 2 | -365/+365 |
| * | Install server-side language PL/pgSQL by default. | Bruce Momjian | 2009-12-18 | 1 | -1/+29 |
| * | Force the TZ environment variable to be set during initdb. This is to | Tom Lane | 2009-12-18 | 1 | -1/+9 |
| * | Add large object access control. | Itagaki Takahiro | 2009-12-11 | 1 | -1/+2 |
| * | Add inheritable ACE when creating a restricted token for execution on | Magnus Hagander | 2009-11-14 | 1 | -5/+5 |
| * | Make initdb behave sanely when the selected locale has codeset "US-ASCII". | Tom Lane | 2009-11-12 | 1 | -16/+7 |
| * | Translations update for 8.5alpha2 | Peter Eisentraut | 2009-10-20 | 3 | -4/+867 |
| * | Remove initdb's rather gratuitous check to see if the backend created a | Tom Lane | 2009-09-03 | 1 | -13/+1 |
| * | Fix pg_ctl's readfile() to not go into infinite loop on an empty file | Tom Lane | 2009-09-02 | 1 | -13/+7 |
| * | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera | 2009-09-01 | 1 | -15/+1 |
| * | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut | 2009-08-26 | 1 | -2/+2 |
| * | Translation updates for 8.4 release. | Peter Eisentraut | 2009-06-26 | 11 | -5626/+757 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -35/+35 |
| * | Translation updates | Peter Eisentraut | 2009-06-10 | 2 | -124/+144 |
| * | Change rather bizarre code ordering in get_id(). This isn't strictly | Tom Lane | 2009-06-03 | 1 | -3/+3 |
| * | Translation updates | Alvaro Herrera | 2009-05-14 | 5 | -849/+941 |
| * | Translation updates for 8.4 beta | Peter Eisentraut | 2009-04-09 | 6 | -737/+1769 |
| * | Remove a boatload of useless definitions of 'int optreset'. If we | Tom Lane | 2009-04-05 | 1 | -5/+1 |
| * | Don't crash initdb when we fail to get the current username. | Magnus Hagander | 2009-03-31 | 1 | -2/+14 |
| * | Sort the output of --help mostly alphabetical, make it align better, make | Peter Eisentraut | 2009-02-25 | 1 | -14/+14 |
| * | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 | 1 | -2/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 2 | -4/+4 |
| * | Append major version number and for libraries soname major version number | Peter Eisentraut | 2008-12-11 | 1 | -2/+2 |
| * | Actually, instead of whining about how type internal might not safely store | Tom Lane | 2008-11-14 | 1 | -1/+7 |
| * | Message improvement | Peter Eisentraut | 2008-10-31 | 1 | -2/+2 |
| * | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 | 1 | -21/+8 |
| * | Tighten the check in initdb and CREATE DATABASE that the chosen encoding | Heikki Linnakangas | 2008-09-23 | 1 | -45/+59 |
| * | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas | 2008-09-23 | 1 | -5/+11 |
| * | Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp. | Magnus Hagander | 2008-08-05 | 1 | -2/+3 |
| * | Avoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and FLOAT8PASSBYVAL into | Tom Lane | 2008-07-19 | 1 | -1/+13 |
| * | Use SYSTEMQUOTE as concatentation to strings, rather than %s printf | Bruce Momjian | 2008-06-26 | 1 | -9/+9 |
| * | Fix initdb to reject a relative path for -X (--xlogdir) argument. This | Tom Lane | 2008-06-02 | 1 | -6/+13 |
| * | Don't call AddUserToDacl on Cygwin | Andrew Dunstan | 2008-02-29 | 1 | -1/+3 |
| * | Fix handling of restricted processes for Windows Vista (mainly), | Magnus Hagander | 2008-02-29 | 1 | -2/+21 |
| * | Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR to | Tom Lane | 2008-02-20 | 1 | -5/+2 |
| * | Translation updates | Peter Eisentraut | 2008-01-31 | 1 | -19/+1 |
| * | Translation updates | Peter Eisentraut | 2008-01-30 | 3 | -488/+797 |