| Commit message (Expand) | Author | Age |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane | 2010-02-17 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Add large object access control. | Itagaki Takahiro | 2009-12-11 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | In psql, rename trans_* variables to translate_*, for clarity. | Bruce Momjian | 2008-07-14 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Improve the method of localizing column names and other fixed strings in | Tom Lane | 2007-12-12 |
* | Teach psql's \lo slash commands to respect quiet mode, and to output | Neil Conway | 2007-01-20 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Invent an assign-hook mechanism for psql variables similar to the one | Tom Lane | 2006-08-29 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Clean up psql's control-C handling to avoid longjmp'ing out of random | Tom Lane | 2006-06-14 |
* | Fix up pg_dump to do string escaping fully correctly for client encoding | Tom Lane | 2006-05-28 |
* | Use E'' strings internally only when standard_conforming_strings = | Bruce Momjian | 2006-05-26 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Add E'' to internally created SQL strings that contain backslashes. | Bruce Momjian | 2005-07-02 |
* | Clarify code to double \\ and '. | Bruce Momjian | 2005-07-01 |
* | Add -L option to psql to log sessions. | Bruce Momjian | 2005-06-14 |
* | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 |
* | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 |
* | psql consistency fixes from Greg Sabino Mullane: have \df show schema and | Neil Conway | 2004-09-10 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Add tablespace location display for psql \d. | Bruce Momjian | 2004-07-12 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane | 2003-11-21 |
* | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Update psql for some features of new FE/BE protocol. There is a | Tom Lane | 2003-06-28 |
* | Missing calls to PQclear in large_obj.c and describe.c. | Tom Lane | 2003-06-27 |
* | Fix breakage from recent variable-handling changes. | Tom Lane | 2003-04-18 |
* | I'm continuing to work on cleaning up code in psql. As things appear | Bruce Momjian | 2003-03-20 |
* | Fix psql to cope with autocommit off, at least during startup. | Tom Lane | 2002-10-15 |
* | The attached patch fixes a number of issues related to compiling the | Bruce Momjian | 2002-10-03 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | psql backslash commands are schema-aware. Pattern matching behavior | Tom Lane | 2002-08-10 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Don't try to hack pg_description if not superuser. (Really want a | Tom Lane | 2001-10-04 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 |
* | Native Language Support (NLS) | Peter Eisentraut | 2001-06-02 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 |
* | Rejigger do_lo_list's query so that obj_description() is evaluated only | Tom Lane | 2000-10-24 |
* | Major overhaul of large-object implementation, by Denis Perchine with | Tom Lane | 2000-10-24 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Clean up include files use in psql. | Bruce Momjian | 2000-02-16 |
* | Fixed psql double quoting of SQL ids | Peter Eisentraut | 2000-02-07 |
* | A few minor psql enhancements | Peter Eisentraut | 2000-01-29 |