aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* Convert pg_stat_get_backend_idset to use the existing SRF support.Tom Lane2004-10-01
* fmgr_security_definer had better do a PG_TRY to ensure the outer useridTom Lane2004-10-01
* Adjust postmaster to recognize that a lockfile containing its parent's PIDTom Lane2004-10-01
* Adjust obsolete comment about memory needs for lock table.Tom Lane2004-09-28
* Arrange to preallocate all required space for the buffer and FSM hashTom Lane2004-09-28
* Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian2004-09-27
* A few minor list-related cleanups:Neil Conway2004-09-27
* Rewrite ReadArrayStr() to avoid O(N^2) behavior on large strings,Tom Lane2004-09-27
* GUC assign hooks that look at external state in deciding whether aTom Lane2004-09-24
* This patch from Alvaro Herrera adds transaction ID to the list ofNeil Conway2004-09-22
* Documentation improvements, per Josh Berkus.Tom Lane2004-09-20
* Fix estimate_num_groups to be able to use expression-index statisticsTom Lane2004-09-18
* Allow WIN1250 as server encoding.Peter Eisentraut2004-09-17
* Remove erroneous Assert, per example from Kris Jurka.Tom Lane2004-09-16
* Add some marginal tweaks to eliminate memory leakages associated withTom Lane2004-09-16
* RecentXmin is too recent to use as the cutoff point for accessingTom Lane2004-09-16
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Fix a read of uninitialized memory in array_out(). Perform some minorNeil Conway2004-09-16
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-13
* Fix two typos in comments.Neil Conway2004-09-13
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-10
* Fix a number of places where brittle data structures or overly strongTom Lane2004-09-06
* On further consideration, there's another problem here: the existingTom Lane2004-09-05
* Tweak elog.c's logic for promoting errors into more severe errors.Tom Lane2004-09-05
* Yet another place where someone was being careless about the argumentsTom Lane2004-09-02
* Cope with recent HPUX versions providing isfinite() instead of finite().Tom Lane2004-09-02
* Tweak prettyprinting rules for saner indenting of UNION, INTERSECT,Tom Lane2004-09-01
* Code review for recent changes in guc-file.l. Avoid multiple frees,Tom Lane2004-08-31
* Code review for various recent GUC hacking. Don't elog(ERROR) whenTom Lane2004-08-31
* Replace log_filename_prefix with more general log_filename parameter,Tom Lane2004-08-31
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Several Cygwin fixes pointed out by Reini Urban.Bruce Momjian2004-08-29
* Fix relcache to account properly for subtransaction status of 'new'Tom Lane2004-08-28
* Further tightening of the array literal parser. Prevent junkJoe Conway2004-08-28
* Introduce local hash table for lock state, as per recent proposal.Tom Lane2004-08-27
* Revise ResourceOwner code to avoid accumulating ResourceOwner objectsTom Lane2004-08-25
* Tweak code so that pg_subtrans is never consulted for XIDs older thanTom Lane2004-08-22
* > After all that about numbering centuries and millenia correctly,Bruce Momjian2004-08-20
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-19
* Standardize on the assumption that the arguments of a RowExpr correspondTom Lane2004-08-17
* Mark server_encoding and integer_datetimes as GUC_REPORT, per previousTom Lane2004-08-16
* Fix core dumps, inability to count, etc associated with canonicalize_pathTom Lane2004-08-13
* Cleanup Win32 COPY handling, and move archive examples to SGML.Bruce Momjian2004-08-12
* Add make_native_path() because Win32 COPY is an internal CMD.EXE commandBruce Momjian2004-08-12
* Avoid crashing when restoring a saved GUC session_authorization valueTom Lane2004-08-11
* Work around broken strtod() that's present in many Solaris releases.Tom Lane2004-08-11
* Make listen_addresses be a comma-separated list instead of a space-separatedTom Lane2004-08-08
* Document background writer control parameters, do some editorial workTom Lane2004-08-08