| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow \timing in psql to have a better resolution than ~15ms on Windows. | Magnus Hagander | 2007-04-13 | 1 | -12/+17 |
| * | Add cancel handlers so it's possible to Ctrl-C clusterdb, reindexdb | Magnus Hagander | 2007-04-09 | 5 | -39/+188 |
| * | Support syntax "CLUSTER table USING index", which is more logical. | Bruce Momjian | 2007-04-08 | 1 | -12/+11 |
| * | Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE. | Tom Lane | 2007-04-03 | 2 | -2/+8 |
| * | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 | 1 | -6/+86 |
| * | pg_char_to_encoding() was redundant in initdb because | Bruce Momjian | 2007-03-29 | 1 | -3/+2 |
| * | Allow non-superuser database owners to create procedural languages. | Tom Lane | 2007-03-26 | 3 | -6/+24 |
| * | Add comment that pg_dump 'append' format is used only by pg_dump, per | Bruce Momjian | 2007-03-22 | 1 | -2/+2 |
| * | In pg_dump, strcasecmp -> pg_strcasecmp. | Bruce Momjian | 2007-03-22 | 1 | -6/+6 |
| * | Properly enforce pg_dump -F formation options; only single letter or | Bruce Momjian | 2007-03-22 | 1 | -32/+27 |
| * | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck | 2007-03-19 | 3 | -89/+214 |
| * | Code cleanup: mark some variables with the "const" modifier, when they | Neil Conway | 2007-03-18 | 9 | -27/+27 |
| * | Remove undocumented support for copy syntax from before 7.3. Update comments to | Andrew Dunstan | 2007-03-16 | 1 | -48/+8 |
| * | Show aggregate return types in psql \da output. | Magnus Hagander | 2007-03-16 | 1 | -5/+6 |
| * | Remove old-style win32 client-only visual c++ build infrastructure for everyt... | Magnus Hagander | 2007-03-05 | 4 | -762/+0 |
| * | Remove undo information from pg_controldata --- never used. | Bruce Momjian | 2007-03-03 | 2 | -7/+2 |
| * | Allow \pset and \x, \t to use boolean constants on/off, rather than just | Bruce Momjian | 2007-03-03 | 1 | -7/+36 |
| * | Add psql \prompt capability. | Bruce Momjian | 2007-02-23 | 3 | -5/+58 |
| * | Prevent BLCKSZ < 1024, and have initdb test shared buffers based on the | Bruce Momjian | 2007-02-20 | 1 | -2/+3 |
| * | Identify schema of inherited table in psql \d when necessary. | Peter Eisentraut | 2007-02-20 | 1 | -2/+2 |
| * | Fix pg_dump on win32 to properly dump files larger than 2Gb when using | Magnus Hagander | 2007-02-19 | 6 | -41/+59 |
| * | Remove useless database name from bootstrap argument processing (including | Alvaro Herrera | 2007-02-16 | 1 | -4/+4 |
| * | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane | 2007-02-14 | 2 | -15/+26 |
| * | Add code so database scans are done in an order consistent with | Bruce Momjian | 2007-02-13 | 2 | -4/+4 |
| * | Add ORDER BY to vacummdb so databases are scaned in the same order as | Bruce Momjian | 2007-02-13 | 1 | -2/+2 |
| * | StrNCpy -> strlcpy (not complete) | Peter Eisentraut | 2007-02-10 | 4 | -12/+12 |
| * | Replace useless uses of := by = in makefiles. | Peter Eisentraut | 2007-02-09 | 1 | -2/+2 |
| * | Normalize fgets() calls to use sizeof() for calculating the buffer size | Peter Eisentraut | 2007-02-08 | 4 | -26/+24 |
| * | Replace some strncpy() by strlcpy(). | Peter Eisentraut | 2007-02-07 | 1 | -6/+3 |
| * | Add strlcat() from OpenBSD, to be used for replacing strncat and other | Peter Eisentraut | 2007-02-07 | 1 | -2/+2 |
| * | Pass modern COPY syntax to backend, since copy (query) does not accept old sy... | Andrew Dunstan | 2007-02-05 | 1 | -14/+10 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 5 | -13/+13 |
| * | Fix initdb to not generate misleading error messages when postgres.bki | Tom Lane | 2007-01-31 | 1 | -3/+19 |
| * | Add 'output file' option for pg_dumpall, especially useful for Win32, | Bruce Momjian | 2007-01-25 | 5 | -58/+139 |
| * | Allow pg_dumpall to specify a database name rather than the default | Bruce Momjian | 2007-01-25 | 1 | -7/+39 |
| * | Add --tablespaces-only and --roles-only options to pg_dumpall. | Bruce Momjian | 2007-01-25 | 1 | -16/+64 |
| * | Update pg_dump to support dumping operator families. | Tom Lane | 2007-01-23 | 5 | -15/+411 |
| * | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane | 2007-01-22 | 1 | -2/+47 |
| * | List disabled triggers separately in psql's "\d <table>" output. | Neil Conway | 2007-01-20 | 1 | -3/+56 |
| * | Remove remains of old depend target. | Peter Eisentraut | 2007-01-20 | 1 | -2/+2 |
| * | Modify max_fsm_pages in postgresql.conf.sample to show a typical value, | Bruce Momjian | 2007-01-20 | 1 | -2/+2 |
| * | Teach psql's \lo slash commands to respect quiet mode, and to output | Neil Conway | 2007-01-20 | 1 | -4/+38 |
| * | Allow Borland CC to compile libpq and psql. | Bruce Momjian | 2007-01-11 | 1 | -3/+32 |
| * | Allow initdb to specify the pg_xlog directory. | Bruce Momjian | 2007-01-06 | 1 | -7/+114 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 65 | -130/+130 |
| * | Call setrlimit if possible in pg_regress to allow core file generation, and p... | Andrew Dunstan | 2007-01-05 | 1 | -3/+47 |
| * | Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumping | Tom Lane | 2007-01-04 | 1 | -1/+15 |
| * | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 | 1 | -3/+45 |
| * | fflush the \o file, if any, after each backslash command. We already | Tom Lane | 2006-12-28 | 1 | -3/+6 |
| * | Print combining characters (those reported as having zero width by | Tom Lane | 2006-12-27 | 1 | -20/+15 |