| Commit message (Expand) | Author | Age |
* | Convert pg_stat_get_backend_idset to use the existing SRF support. | Tom Lane | 2004-10-01 |
* | fmgr_security_definer had better do a PG_TRY to ensure the outer userid | Tom Lane | 2004-10-01 |
* | Adjust postmaster to recognize that a lockfile containing its parent's PID | Tom Lane | 2004-10-01 |
* | Adjust obsolete comment about memory needs for lock table. | Tom Lane | 2004-09-28 |
* | Arrange to preallocate all required space for the buffer and FSM hash | Tom Lane | 2004-09-28 |
* | Add new macro as shorthand for MS VC and Borland C++: | Bruce Momjian | 2004-09-27 |
* | A few minor list-related cleanups: | Neil Conway | 2004-09-27 |
* | Rewrite ReadArrayStr() to avoid O(N^2) behavior on large strings, | Tom Lane | 2004-09-27 |
* | GUC assign hooks that look at external state in deciding whether a | Tom Lane | 2004-09-24 |
* | This patch from Alvaro Herrera adds transaction ID to the list of | Neil Conway | 2004-09-22 |
* | Documentation improvements, per Josh Berkus. | Tom Lane | 2004-09-20 |
* | Fix estimate_num_groups to be able to use expression-index statistics | Tom Lane | 2004-09-18 |
* | Allow WIN1250 as server encoding. | Peter Eisentraut | 2004-09-17 |
* | Remove erroneous Assert, per example from Kris Jurka. | 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 |
* | Fix two typos in comments. | Neil Conway | 2004-09-13 |
* | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane | 2004-09-10 |
* | Fix a number of places where brittle data structures or overly strong | Tom Lane | 2004-09-06 |
* | On further consideration, there's another problem here: the existing | Tom Lane | 2004-09-05 |
* | Tweak elog.c's logic for promoting errors into more severe errors. | Tom Lane | 2004-09-05 |
* | Yet another place where someone was being careless about the arguments | Tom Lane | 2004-09-02 |
* | Cope with recent HPUX versions providing isfinite() instead of finite(). | Tom Lane | 2004-09-02 |
* | Tweak prettyprinting rules for saner indenting of UNION, INTERSECT, | Tom Lane | 2004-09-01 |
* | Code review for recent changes in guc-file.l. Avoid multiple frees, | Tom Lane | 2004-08-31 |
* | Code review for various recent GUC hacking. Don't elog(ERROR) when | Tom Lane | 2004-08-31 |
* | Replace log_filename_prefix with more general log_filename parameter, | Tom Lane | 2004-08-31 |
* | 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 |
* | Several Cygwin fixes pointed out by Reini Urban. | Bruce Momjian | 2004-08-29 |
* | Fix relcache to account properly for subtransaction status of 'new' | Tom Lane | 2004-08-28 |
* | Further tightening of the array literal parser. Prevent junk | Joe Conway | 2004-08-28 |
* | Introduce local hash table for lock state, as per recent proposal. | Tom Lane | 2004-08-27 |
* | Revise ResourceOwner code to avoid accumulating ResourceOwner objects | Tom Lane | 2004-08-25 |
* | Tweak code so that pg_subtrans is never consulted for XIDs older than | Tom Lane | 2004-08-22 |
* | > After all that about numbering centuries and millenia correctly, | Bruce Momjian | 2004-08-20 |
* | Repair some issues with column aliases and RowExpr construction in the | Tom Lane | 2004-08-19 |
* | Standardize on the assumption that the arguments of a RowExpr correspond | Tom Lane | 2004-08-17 |
* | Mark server_encoding and integer_datetimes as GUC_REPORT, per previous | Tom Lane | 2004-08-16 |
* | Fix core dumps, inability to count, etc associated with canonicalize_path | Tom Lane | 2004-08-13 |
* | Cleanup Win32 COPY handling, and move archive examples to SGML. | Bruce Momjian | 2004-08-12 |
* | Add make_native_path() because Win32 COPY is an internal CMD.EXE command | Bruce Momjian | 2004-08-12 |
* | Avoid crashing when restoring a saved GUC session_authorization value | Tom Lane | 2004-08-11 |
* | Work around broken strtod() that's present in many Solaris releases. | Tom Lane | 2004-08-11 |
* | Make listen_addresses be a comma-separated list instead of a space-separated | Tom Lane | 2004-08-08 |
* | Document background writer control parameters, do some editorial work | Tom Lane | 2004-08-08 |