| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Synced parser. | Michael Meskes | 2006-09-03 | 10 | -24/+305 |
| * | Properly round months into days and into seconds for interval | Bruce Momjian | 2006-09-03 | 2 | -36/+44 |
| * | Revert FETCH/MOVE int64 patch. Was using incorrect checks for | Bruce Momjian | 2006-09-03 | 10 | -115/+51 |
| * | Fix case where "PM" to_timestamp() mask was eating too many characters. | Bruce Momjian | 2006-09-03 | 1 | -5/+5 |
| * | Fix LLONG_MAX define used by new int64 FETCH/MOVE patch. | Bruce Momjian | 2006-09-03 | 2 | -3/+10 |
| * | Remove unnecessary copyObject() call in update (values) code. | Bruce Momjian | 2006-09-03 | 1 | -2/+2 |
| * | Make autovacuum behavior more agressive, per discussion on hackers list | Bruce Momjian | 2006-09-02 | 2 | -9/+9 |
| * | Update postgresql.conf line for default superuser_reserved_connections. | Bruce Momjian | 2006-09-02 | 1 | -1/+1 |
| * | Change "superuser_reserved_connections" default to 3, because of | Bruce Momjian | 2006-09-02 | 1 | -2/+2 |
| * | Small code cleanup for recent UPDATE SET (values) patch. | Bruce Momjian | 2006-09-02 | 1 | -18/+9 |
| * | Add UPDATE tab SET ROW (col, ...) = (val, ...) for updating | Bruce Momjian | 2006-09-02 | 1 | -4/+74 |
| * | Change FETCH/MOVE to use int8. | Bruce Momjian | 2006-09-02 | 10 | -52/+109 |
| * | Revert as not needed/inconsistent with SQL REINDEX: | Bruce Momjian | 2006-09-02 | 1 | -8/+1 |
| * | Remove GUC_REPORT for new "server_version_num" GUC variable. Added | Bruce Momjian | 2006-09-02 | 1 | -2/+2 |
| * | Apply a simple solution to the problem of making INSERT/UPDATE/DELETE | Tom Lane | 2006-09-02 | 4 | -72/+436 |
| * | Add new variable "server_version_num", which is almost the same as | Bruce Momjian | 2006-09-02 | 2 | -4/+16 |
| * | Allow PL/python to return composite types and result sets | Bruce Momjian | 2006-09-02 | 7 | -82/+1072 |
| * | Suppress some NOTICE messages from REINDEX command. | Bruce Momjian | 2006-09-02 | 1 | -1/+8 |
| * | Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION | Tom Lane | 2006-08-31 | 1 | -6/+6 |
| * | Repair interpretation of GB as MB. | Peter Eisentraut | 2006-08-31 | 1 | -2/+2 |
| * | Attibution addition: Add Karel Zak also for COPY SELECT. | Bruce Momjian | 2006-08-31 | 1 | -2/+2 |
| * | Correct attibution: | Bruce Momjian | 2006-08-31 | 1 | -2/+2 |
| * | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane | 2006-08-30 | 14 | -306/+816 |
| * | Update logging of prepare/execute syntax, per comments from Guillaume Smet. | Bruce Momjian | 2006-08-30 | 1 | -5/+5 |
| * | Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETE | Tom Lane | 2006-08-30 | 2 | -5/+35 |
| * | Dept. of second thoughts: if query fails part way through, shut down | Tom Lane | 2006-08-29 | 1 | -4/+13 |
| * | Create a FETCH_COUNT parameter that causes psql to execute SELECT-like | Tom Lane | 2006-08-29 | 5 | -483/+831 |
| * | Separate prepared statement and bind parameters with comma. | Bruce Momjian | 2006-08-29 | 1 | -9/+15 |
| * | Fix mistyping | Teodor Sigaev | 2006-08-29 | 1 | -2/+2 |
| * | Invent an assign-hook mechanism for psql variables similar to the one | Tom Lane | 2006-08-29 | 12 | -266/+407 |
| * | Fix BUG #2594: Gin Indexes cause server to crash when it builds on empty table | Teodor Sigaev | 2006-08-29 | 1 | -1/+4 |
| * | Second try committing the path changes. | Michael Meskes | 2006-08-29 | 31 | -55/+59 |
| * | Removed debug option from pg_regress call. | Michael Meskes | 2006-08-29 | 31 | -58/+58 |
| * | Fixed parser and library to allow empty database names. | Michael Meskes | 2006-08-29 | 40 | -160/+257 |
| * | Revert change to turn autovacuum on by default. | Peter Eisentraut | 2006-08-29 | 2 | -15/+15 |
| * | Only call log_after_parse() if necessary. | Bruce Momjian | 2006-08-29 | 1 | -2/+4 |
| * | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian | 2006-08-29 | 6 | -56/+76 |
| * | Fix pgstat_report_waiting() to not dump core if called before | Tom Lane | 2006-08-28 | 1 | -10/+9 |
| * | Partial fix for ecpg's VPATH problems. It compiles and successfully | Tom Lane | 2006-08-28 | 9 | -641/+666 |
| * | Tweak trivial_subqueryscan() to consider a SubqueryScan's targetlist | Tom Lane | 2006-08-28 | 1 | -8/+24 |
| * | Turn autovacuum on by default. (stats_row_level is also on by default.) | Peter Eisentraut | 2006-08-28 | 2 | -15/+15 |
| * | Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. | Tom Lane | 2006-08-27 | 6 | -42/+53 |
| * | Add some notes about why it's not a bug that RI_FKey_check calls | Tom Lane | 2006-08-27 | 1 | -4/+14 |
| * | Add a function GetLockConflicts() to lock.c to report xacts holding | Tom Lane | 2006-08-27 | 3 | -32/+129 |
| * | Move xact.c's partial support for Lists of TransactionIds into pg_list.h. | Tom Lane | 2006-08-27 | 2 | -10/+13 |
| * | - Enabled single-quoted connection targets. | Michael Meskes | 2006-08-27 | 11 | -106/+336 |
| * | Make saveHistory work properly on OS X when HISTFILE is set to /dev/null. | Tom Lane | 2006-08-27 | 1 | -2/+9 |
| * | Changed double output. | Michael Meskes | 2006-08-26 | 3 | -16/+16 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 28 | -127/+870 |
| * | Synced parser | Michael Meskes | 2006-08-24 | 2 | -1/+4 |