| Commit message (Expand) | Author | Age |
* | Add tsearch tab completion support: | Bruce Momjian | 2007-09-14 |
* | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane | 2007-09-03 |
* | Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data | Tom Lane | 2007-08-29 |
* | Make \dFt and \dFt+ do something different --- omitting the function | Tom Lane | 2007-08-22 |
* | Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the | Tom Lane | 2007-08-22 |
* | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 |
* | Fix unintended change of output format for createlang/droplang -l. Missed | Tom Lane | 2007-08-10 |
* | Fix pg_restore to guard against unexpected EOF while reading an archive file. | Tom Lane | 2007-08-06 |
* | Tweak for initdb: if more command-line arguments were specified than | Neil Conway | 2007-08-04 |
* | Arrange to put TOAST tables belonging to temporary tables into special schemas | Tom Lane | 2007-07-25 |
* | Fixup the indentation of a comment that was mangled by pgindent, and | Neil Conway | 2007-07-12 |
* | Suppress Sun Studio warnings, per Stefan. | Tom Lane | 2007-07-12 |
* | Silence compile warning on win32, per Stefan and Buildfarm. | Magnus Hagander | 2007-07-12 |
* | Suppress a warning that some versions of gcc emit about %x in strftime. | Tom Lane | 2007-07-11 |
* | Adjust processSQLNamePattern() so that $ within the pattern is always matched | Tom Lane | 2007-07-10 |
* | Get rid of client-code dependencies on the exact text of the no-password | Tom Lane | 2007-07-08 |
* | Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. | Neil Conway | 2007-07-03 |
* | - Fix the -w (wait) option to work in Windows service mode, per bug #3382. | Magnus Hagander | 2007-07-02 |
* | Add the function's volatility to the output of psql's \df+ command. | Neil Conway | 2007-06-28 |
* | In psql, when running a SELECT query using a cursor, flush the query | Neil Conway | 2007-06-22 |
* | Arrange for quote_identifier() and pg_dump to not quote keywords that are | Tom Lane | 2007-06-18 |
* | Schema-qualify several references to the builtin function length(), to | Neil Conway | 2007-06-13 |
* | Remove gratuitous response messages from utility programs. | Peter Eisentraut | 2007-06-04 |
* | Make some messages more consistent | Peter Eisentraut | 2007-05-31 |
* | Avoid emitting empty role names in the GRANTED BY clause of GRANT ROLE | Alvaro Herrera | 2007-05-15 |
* | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane | 2007-05-11 |
* | Another tweak for tab completion of CREATE TEMP. Instead of only | Neil Conway | 2007-04-26 |
* | Minor enhancement to psql tab completion. If we see "CREATE TEMPORARY", | Neil Conway | 2007-04-26 |
* | Rename the newly-added commands for discarding session state. | Neil Conway | 2007-04-26 |
* | Don't write timing output in quiet mode. | Magnus Hagander | 2007-04-16 |
* | Fix pg_dump to not crash if -t or a similar switch is used to select a serial | Tom Lane | 2007-04-16 |
* | Allow \timing in psql to have a better resolution than ~15ms on Windows. | Magnus Hagander | 2007-04-13 |
* | Add cancel handlers so it's possible to Ctrl-C clusterdb, reindexdb | Magnus Hagander | 2007-04-09 |
* | Support syntax "CLUSTER table USING index", which is more logical. | Bruce Momjian | 2007-04-08 |
* | Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE. | Tom Lane | 2007-04-03 |
* | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 |
* | pg_char_to_encoding() was redundant in initdb because | Bruce Momjian | 2007-03-29 |
* | Allow non-superuser database owners to create procedural languages. | Tom Lane | 2007-03-26 |
* | Add comment that pg_dump 'append' format is used only by pg_dump, per | Bruce Momjian | 2007-03-22 |
* | In pg_dump, strcasecmp -> pg_strcasecmp. | Bruce Momjian | 2007-03-22 |
* | Properly enforce pg_dump -F formation options; only single letter or | Bruce Momjian | 2007-03-22 |
* | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck | 2007-03-19 |
* | Code cleanup: mark some variables with the "const" modifier, when they | Neil Conway | 2007-03-18 |
* | Remove undocumented support for copy syntax from before 7.3. Update comments to | Andrew Dunstan | 2007-03-16 |
* | Show aggregate return types in psql \da output. | Magnus Hagander | 2007-03-16 |
* | Remove old-style win32 client-only visual c++ build infrastructure for everyt... | Magnus Hagander | 2007-03-05 |
* | Remove undo information from pg_controldata --- never used. | Bruce Momjian | 2007-03-03 |
* | Allow \pset and \x, \t to use boolean constants on/off, rather than just | Bruce Momjian | 2007-03-03 |
* | Add psql \prompt capability. | Bruce Momjian | 2007-02-23 |
* | Prevent BLCKSZ < 1024, and have initdb test shared buffers based on the | Bruce Momjian | 2007-02-20 |