| Commit message (Expand) | Author | Age |
* | Now \d show tablespace of indices per discussion. | Bruce Momjian | 2005-06-14 |
* | Use ' ' escapes for leading spaces in table values, for use in | Bruce Momjian | 2005-06-14 |
* | Attached is a makefile I hacked up to build pg_config under MSVC - the | Bruce Momjian | 2005-06-14 |
* | Add GUC krb_server_hostname so the server hostname can be specified as | Bruce Momjian | 2005-06-14 |
* | Add -L option to psql to log sessions. | Bruce Momjian | 2005-06-14 |
* | Per discussion on -hackers, this patch changes psql's "expanded" output | Neil Conway | 2005-06-13 |
* | Use saveHistory so we get a nice error message on failure. | Bruce Momjian | 2005-06-10 |
* | the following patch makes the filename used to store the readline | Bruce Momjian | 2005-06-10 |
* | More Win32 tilde code comments. | Bruce Momjian | 2005-06-10 |
* | Add comment on tilde expansion. | Bruce Momjian | 2005-06-10 |
* | This patch shows the full path name when doing a \s in psql, | Bruce Momjian | 2005-06-09 |
* | \(rs should be \\(rs, per Tom. | Bruce Momjian | 2005-06-09 |
* | Since I needed this feature badly, I added the -n / --schema switch to | Bruce Momjian | 2005-06-09 |
* | I've created a patch which adds support for troff "-ms" output to | Bruce Momjian | 2005-06-09 |
* | Change WAL-logging scheme for multixacts to be more like regular | Tom Lane | 2005-06-08 |
* | Use just NULL not NULL::TEXT --- the latter coding is unnecessary and | Tom Lane | 2005-06-07 |
* | The no-lexer-backup speedup hadn't been there a week before somebody | Tom Lane | 2005-06-02 |
* | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane | 2005-06-02 |
* | Add support for \x hex strings in psql variables. | Bruce Momjian | 2005-06-02 |
* | Support only octal for psql PROMPT values, rather than the confusing | Bruce Momjian | 2005-05-30 |
* | Use {xqoctesc} lex macro now that \ddd is standard. | Bruce Momjian | 2005-05-30 |
* | Have psql escape bytes in strings for variables follow the backend | Bruce Momjian | 2005-05-30 |
* | Tweak the backend scanner (and psqlscan.l, which must track the backend | Tom Lane | 2005-05-26 |
* | Quick patch to adress a recent concern on the mailing list | Bruce Momjian | 2005-05-25 |
* | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | 2005-05-25 |
* | Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath builds. | Tom Lane | 2005-05-24 |
* | Upon closer inspection, Greg's psql tab completion patch leaks memory. | Neil Conway | 2005-05-18 |
* | psql tab completion improvements, from Greg Sabino Mullane: | Neil Conway | 2005-05-18 |
* | Guard against duplicate IDs in input file in SortTocFromFile(). | Tom Lane | 2005-05-17 |
* | Add COPY WITH CVS HEADER to allow a heading line as the first line in | Bruce Momjian | 2005-05-07 |
* | Use postmaster_is_alive() check in pg_ctl restart as well as pg_ctl status, | Tom Lane | 2005-05-04 |
* | Spell DELIMITER correctly, per Seamus Dean. | Tom Lane | 2005-05-04 |
* | GCC 4.0 includes a new warning option, -Wformat-literal, that emits | Neil Conway | 2005-04-30 |
* | Remove extern from optreset that was just added. | Bruce Momjian | 2005-04-29 |
* | Backpatch BCC compile changes to 8.0.X for psql. | Bruce Momjian | 2005-04-29 |
* | This patch fixes a bug in the error message emitted by pg_restore on an | Neil Conway | 2005-04-29 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 |
* | Fix a whitespace problem. From Alvaro Herrera. | Dennis Bjorklund | 2005-04-28 |
* | Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction to | Bruce Momjian | 2005-04-28 |
* | Rethink original decision to use AND/OR Expr nodes to represent bitmap | Tom Lane | 2005-04-21 |
* | Make pg_ctl status do a kill() test to verify that the PID found in | Tom Lane | 2005-04-20 |
* | pg_dumpall should enforce the server version check for itself, rather | Tom Lane | 2005-04-18 |
* | Revert addition of poorly-thought-out DUMP TIMESTAMP archive entry, | Tom Lane | 2005-04-15 |
* | Simplify initdb-time assignment of OIDs as I proposed yesterday, and | Tom Lane | 2005-04-13 |
* | Remove unnecessary UPDATE commands to assign explicit ACLs to functions | Tom Lane | 2005-04-12 |
* | Revert mistaken renaming of UTF-8. | Peter Eisentraut | 2005-04-12 |
* | Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can | Tom Lane | 2005-04-12 |
* | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway | 2005-04-07 |
* | Include information about a domain's CHECK constraint, if any, in the | Neil Conway | 2005-04-06 |
* | Minor fixes for psql tab completion. Spell "absolute" like the English word, | Neil Conway | 2005-04-04 |