| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revise OpenLDAP configuration and linking to work on more platforms | Tom Lane | 2006-09-09 | 1 | -0/+3 |
| * | Tweak the behavior of log_duration as proposed by Guillaume Smet: rather | Tom Lane | 2006-09-08 | 1 | -1/+2 |
| * | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane | 2006-09-07 | 2 | -9/+12 |
| * | Specify lo_write() to take a _const_ buffer, to match documentation. | Bruce Momjian | 2006-09-07 | 2 | -4/+4 |
| * | Change processing of extended-Query mode so that an unnamed statement | Tom Lane | 2006-09-06 | 1 | -1/+8 |
| * | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 | 4 | -8/+9 |
| * | Fix imprecision from interval rounding of multiplication/division. | Bruce Momjian | 2006-09-05 | 1 | -4/+7 |
| * | Disallow TRUNCATE when there are any pending after-trigger events for | Tom Lane | 2006-09-04 | 1 | -2/+2 |
| * | sslinfo contrib module - information about current SSL certificate | Peter Eisentraut | 2006-09-04 | 1 | -2/+2 |
| * | Arrange for GetSnapshotData to copy live-subtransaction XIDs from the | Tom Lane | 2006-09-03 | 1 | -1/+7 |
| * | Revert FETCH/MOVE int64 patch. Was using incorrect checks for | Bruce Momjian | 2006-09-03 | 4 | -18/+11 |
| * | Fix LLONG_MAX define used by new int64 FETCH/MOVE patch. | Bruce Momjian | 2006-09-03 | 1 | -1/+8 |
| * | Change FETCH/MOVE to use int8. | Bruce Momjian | 2006-09-02 | 4 | -12/+12 |
| * | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane | 2006-08-30 | 3 | -5/+15 |
| * | Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETE | Tom Lane | 2006-08-30 | 1 | -3/+6 |
| * | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian | 2006-08-29 | 1 | -2/+4 |
| * | Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. | Tom Lane | 2006-08-27 | 1 | -1/+4 |
| * | Add a function GetLockConflicts() to lock.c to report xacts holding | Tom Lane | 2006-08-27 | 1 | -8/+11 |
| * | Move xact.c's partial support for Lists of TransactionIds into pg_list.h. | Tom Lane | 2006-08-27 | 1 | -1/+12 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 8 | -20/+31 |
| * | Optimize the case where a btree indexscan has current and mark positions | Tom Lane | 2006-08-24 | 1 | -1/+10 |
| * | Make the server track an 'XID epoch', that is, maintain higher-order bits | Tom Lane | 2006-08-21 | 2 | -3/+5 |
| * | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 | 4 | -12/+11 |
| * | Fix DROP OWNED BY to correctly consider the implicitly-deleted objects list for | Alvaro Herrera | 2006-08-20 | 1 | -1/+16 |
| * | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane | 2006-08-19 | 3 | -4/+10 |
| * | Now that we've rearranged relation open to get a lock before touching | Tom Lane | 2006-08-18 | 2 | -3/+5 |
| * | Update Win32 CMD quoting rules information location, CMD /?, from | Bruce Momjian | 2006-08-18 | 1 | -2/+2 |
| * | Implement archive_timeout feature to force xlog file switches to occur no more | Tom Lane | 2006-08-17 | 4 | -7/+19 |
| * | Seems some C compilers think 'restrict' is a fully reserved word. | Tom Lane | 2006-08-16 | 1 | -2/+2 |
| * | Add a hack so that get_type_io_data() can work from bootstrap.c's | Tom Lane | 2006-08-15 | 1 | -1/+10 |
| * | Add server support for "plugin" libraries that can be used for add-on tasks | Tom Lane | 2006-08-15 | 2 | -5/+8 |
| * | Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we | Tom Lane | 2006-08-14 | 1 | -5/+10 |
| * | Revert (again) GUC patch to return commented fields to their default | Bruce Momjian | 2006-08-14 | 2 | -13/+6 |
| * | Recommit patch to allow commented GUC variables to return to their | Bruce Momjian | 2006-08-13 | 1 | -5/+9 |
| * | Re-apply guc cleanup patch, with memory allocation bugs fixed. | Bruce Momjian | 2006-08-13 | 1 | -1/+4 |
| * | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 | 2 | -3/+6 |
| * | Back out patch to reorganize guc processing. Was causing regression | Bruce Momjian | 2006-08-12 | 1 | -4/+1 |
| * | Back out patch that allowed commented guc variables to return to their | Bruce Momjian | 2006-08-12 | 1 | -9/+5 |
| * | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 | 7 | -17/+48 |
| * | Allow commenting of variables in postgresql.conf to restore them to | Bruce Momjian | 2006-08-11 | 1 | -5/+9 |
| * | Refactor GUC set_config_option function: | Bruce Momjian | 2006-08-11 | 1 | -1/+4 |
| * | Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have | Tom Lane | 2006-08-10 | 2 | -4/+5 |
| * | Return inline to win32.h because code was OK, but keep additional | Bruce Momjian | 2006-08-10 | 2 | -13/+11 |
| * | Move "#define inline __inline" from port/win32.h to c.h because Win32 | Bruce Momjian | 2006-08-10 | 2 | -5/+13 |
| * | Formatting improvement. | Bruce Momjian | 2006-08-09 | 1 | -2/+2 |
| * | Add a feature for automatic initialization and finalization of dynamically | Tom Lane | 2006-08-08 | 2 | -4/+5 |
| * | Fix definition of "errcode" for MSVC. | Bruce Momjian | 2006-08-08 | 2 | -4/+5 |
| * | For protocol-level prepare/bind/execute: | Bruce Momjian | 2006-08-08 | 1 | -1/+3 |
| * | Make recovery from WAL be restartable, by executing a checkpoint-like | Tom Lane | 2006-08-07 | 5 | -7/+14 |
| * | Add support for forcing a switch to a new xlog file; cause such a switch | Tom Lane | 2006-08-06 | 4 | -5/+18 |