| Commit message (Expand) | Author | Age |
* | When using C-string lookup keys in a dynahash.c hash table, use strncpy() | Tom Lane | 2005-06-18 |
* | Adjust datetime parsing to be more robust. We now pass the length of the | Neil Conway | 2005-05-26 |
* | Fix interaction between materializing holdable cursors and firing | Tom Lane | 2005-04-11 |
* | Add missing min/max parameters to DefineCustomIntVariable() and | Tom Lane | 2005-03-25 |
* | array_map can't use the fn_extra field of the provided fcinfo struct as | Tom Lane | 2005-03-24 |
* | Prevent locale-aware handling of upper, lower, and initcap when the | Bruce Momjian | 2005-03-16 |
* | Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This | Tom Lane | 2005-01-10 |
* | Some more missed copyright notices. Many of these look like they | Tom Lane | 2005-01-01 |
* | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | A client_encoding specification coming from the connection request has | Tom Lane | 2004-11-24 |
* | Remove GUC USERLIMIT variable category, making the affected variables | Tom Lane | 2004-11-14 |
* | Use a hopefully-more-reliable method of detecting default selectivity | Tom Lane | 2004-11-09 |
* | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 |
* | Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not be | Tom Lane | 2004-10-22 |
* | Allow functions returning void or cstring to appear in FROM clause, | Tom Lane | 2004-10-20 |
* | Repair possible failure to update hint bits back to disk, per | Tom Lane | 2004-10-15 |
* | Adjust configuration-files GUC behavior as per my recent proposal. | Tom Lane | 2004-10-09 |
* | Whack some sense into the configuration-file-location patch. | Tom Lane | 2004-10-08 |
* | Remove arithmetic operators on the 1-byte-char datatype, as per proposals | Tom Lane | 2004-10-04 |
* | Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword | Tom Lane | 2004-10-01 |
* | Arrange to preallocate all required space for the buffer and FSM hash | Tom Lane | 2004-09-28 |
* | Fix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1) | Tom Lane | 2004-09-16 |
* | Add some marginal tweaks to eliminate memory leakages associated with | Tom Lane | 2004-09-16 |
* | RecentXmin is too recent to use as the cutoff point for accessing | Tom Lane | 2004-09-16 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 |
* | Fix a read of uninitialized memory in array_out(). Perform some minor | Neil Conway | 2004-09-16 |
* | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 |
* | Renumber SnapshotNow and the other special snapshot codes so that | Tom Lane | 2004-09-11 |
* | Fix palloc call from /port for Cygwin. | Bruce Momjian | 2004-09-10 |
* | On further consideration, there's another problem here: the existing | Tom Lane | 2004-09-05 |
* | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Fix relcache to account properly for subtransaction status of 'new' | Tom Lane | 2004-08-28 |
* | Introduce local hash table for lock state, as per recent proposal. | Tom Lane | 2004-08-27 |
* | If these are ifdef WIN32 in the .c file, should be so in .h as well. | Tom Lane | 2004-08-08 |
* | Allow libpgport to call memory allocation routines even though | Bruce Momjian | 2004-08-08 |
* | Use one, not zero, as the default lower bound for arrays of AclItems. | Tom Lane | 2004-08-06 |
* | Create a built-in log rotation program, so that we no longer have to | Tom Lane | 2004-08-05 |
* | Add functions pg_start_backup, pg_stop_backup to create backup label | Tom Lane | 2004-08-03 |
* | Cause ALTER OWNER commands to update the object's ACL, replacing references | Tom Lane | 2004-08-01 |
* | Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntax | Tom Lane | 2004-07-31 |
* | plpgsql does exceptions. | Tom Lane | 2004-07-31 |
* | Restructure error handling as recently discussed. It is now really | Tom Lane | 2004-07-31 |
* | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 |
* | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 |
* | Back out pg_autovacuum commit after cvs clean failure causes commit. | Bruce Momjian | 2004-07-21 |
* | lease find enclosed a patch that matches the PL/Perl documentation | Bruce Momjian | 2004-07-21 |
* | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 |