aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Tweak the backend scanner (and psqlscan.l, which must track the backendTom Lane2005-05-26
* Quick patch to adress a recent concern on the mailing listBruce Momjian2005-05-25
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-25
* Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath builds.Tom Lane2005-05-24
* Upon closer inspection, Greg's psql tab completion patch leaks memory.Neil Conway2005-05-18
* psql tab completion improvements, from Greg Sabino Mullane:Neil Conway2005-05-18
* Guard against duplicate IDs in input file in SortTocFromFile().Tom Lane2005-05-17
* Add COPY WITH CVS HEADER to allow a heading line as the first line inBruce Momjian2005-05-07
* Use postmaster_is_alive() check in pg_ctl restart as well as pg_ctl status,Tom Lane2005-05-04
* Spell DELIMITER correctly, per Seamus Dean.Tom Lane2005-05-04
* GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway2005-04-30
* Remove extern from optreset that was just added.Bruce Momjian2005-04-29
* Backpatch BCC compile changes to 8.0.X for psql.Bruce Momjian2005-04-29
* This patch fixes a bug in the error message emitted by pg_restore on anNeil Conway2005-04-29
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Fix a whitespace problem. From Alvaro Herrera.Dennis Bjorklund2005-04-28
* Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction toBruce Momjian2005-04-28
* Rethink original decision to use AND/OR Expr nodes to represent bitmapTom Lane2005-04-21
* Make pg_ctl status do a kill() test to verify that the PID found inTom Lane2005-04-20
* pg_dumpall should enforce the server version check for itself, ratherTom Lane2005-04-18
* Revert addition of poorly-thought-out DUMP TIMESTAMP archive entry,Tom Lane2005-04-15
* Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane2005-04-13
* Remove unnecessary UPDATE commands to assign explicit ACLs to functionsTom Lane2005-04-12
* Revert mistaken renaming of UTF-8.Peter Eisentraut2005-04-12
* Add aggsortop column to pg_aggregate, so that MIN/MAX optimization canTom Lane2005-04-12
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-07
* Include information about a domain's CHECK constraint, if any, in theNeil Conway2005-04-06
* Minor fixes for psql tab completion. Spell "absolute" like the English word,Neil Conway2005-04-04
* Teach pg_dump about OUT parameters.Tom Lane2005-04-01
* Adjust pg_proc.proargtypes[0] tests in psql \df to handle new NULL valueBruce Momjian2005-04-01
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-29
* Have libpgport link before libpq so that PG client applications are moreBruce Momjian2005-03-25
* Add temp_buffers GUC variable to allow users to determine the sizeTom Lane2005-03-19
* Put 'dump complete' message in the right place, so it comes out whereTom Lane2005-03-18
* This patch makes \d on tables and views sort fk constraints, triggersNeil Conway2005-03-16
* Add sprintf support, that were were missing.Bruce Momjian2005-03-16
* Make pg_dump emit a useful error message, instead of just dumping core,Tom Lane2005-03-14
* Add support for Win1252 encoding.Bruce Momjian2005-03-14
* Define snprintf() to call pg_snprintf() so our own snprintf-likeBruce Momjian2005-03-11
* Add 'static' to initdb.c file-global variables.Bruce Momjian2005-03-11
* Replace an instance of $Id$ and an instance of $Header$ with $PostgreSQL$Neil Conway2005-03-07
* Rename canonical encodings, per Peter:Bruce Momjian2005-03-07
* Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane2005-02-26
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-22
* Fix minor thinko in logic to set dump order when dumping from a pre-7.3Tom Lane2005-02-03
* Adjust mkdir_p to do stat() before trying mkdir(). Avoids problems onTom Lane2005-01-28
* Minor tweak to avoid unnecessary memory bloat when dumping extremely wideTom Lane2005-01-26
* Make pg_dump and pg_restore handle binary archive formats correctlyTom Lane2005-01-26
* Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane2005-01-26
* Fix breakage created by addition of separate 'acl pass' in pg_dump.Tom Lane2005-01-25