aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Code review for pg_stat_get_backend_activity_start patch --- fixTom Lane2003-04-04
* Remove zero_damaged_pages from postgresql.conf.sample; the only way toTom Lane2003-04-03
* Prevent EXPLAIN (without ANALYZE) SELECT ... INTO from creating an INTOTom Lane2003-04-03
* Don't re-invent the strchr() wheel.Tom Lane2003-04-03
* Fix load_user/load_group to not leave dangling pointers around if theTom Lane2003-04-03
* Repair incorrect checking of grouped/ungrouped variables in the presenceTom Lane2003-04-03
* Fix buffer overrun in to_ascii(), per report from Guido Notari.Tom Lane2003-04-02
* Fix convSockAddr6to4(): eliminate bogus assumptions about byte ordering,Tom Lane2003-04-02
* Fix platform-dependent failure introduced by recent to_char changesTom Lane2003-04-02
* This is a derived file and should never have been added to CVS.Tom Lane2003-04-02
* Whack getaddrinfo() patch around until it works, more or less, onTom Lane2003-04-02
* Add missing semicolon.Tom Lane2003-04-01
* The following patch cleans up the deferred trigger mechanism. There isBruce Momjian2003-03-31
* TestConfiguration returns int, not bool. This mistake is relativelyTom Lane2003-03-31
* Properly document default value of log_min_error_statement in postgresql.conf.Bruce Momjian2003-03-30
* Simplify the socket handling code by supplying a replacement getaddrinfo()Peter Eisentraut2003-03-29
* [ Backpatch to 7.3.X.]Bruce Momjian2003-03-29
* [ Backpatch to 7.3.X.]Bruce Momjian2003-03-29
* Add code to apply some simple sanity checks to the header fields of aTom Lane2003-03-28
* Fix bogus coding of SET DEFAULT ri triggers ... or at least make it lessTom Lane2003-03-27
* Fix syntax error in to_char fixes --- was defining variable in main codeBruce Momjian2003-03-27
* Add new files.Bruce Momjian2003-03-27
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27
* to_char fixes, Karel ZakBruce Momjian2003-03-27
* GetTupleForTrigger must use outer transaction's command counter for timeTom Lane2003-03-27
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-25
* Ignore SIGXFSZ (if platform has it), so that ulimit violations work likeTom Lane2003-03-24
* Modify keys_are_unique optimization to release buffer pins before itTom Lane2003-03-24
* Add comment to postgresql.conf:Bruce Momjian2003-03-24
* Prevent multiple queries in a single string into a single transactionBruce Momjian2003-03-24
* Adjust amrescan code so that it's allowed to call index_rescan with aTom Lane2003-03-23
* Instead of storing pg_statistic stavalues entries as text strings, storeTom Lane2003-03-23
* Tweak selectivity and related routines to cope with domains. Per reportTom Lane2003-03-23
* Department of second thoughts: probably shouldn't use nth() to get theTom Lane2003-03-22
* Fix comment-only query to return Null result set, rather than nothing.Bruce Momjian2003-03-22
* Back out to_char fixes until regression tests are fixed.Bruce Momjian2003-03-22
* Adjust subquery qual pushdown rules to be more forgiving: if a qualTom Lane2003-03-22
* Fix compile warning.Tom Lane2003-03-21
* Add hostmask() function:Bruce Momjian2003-03-21
* Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut2003-03-21
* Fix ALTER TABLE / CLUSTER ON breakage.Bruce Momjian2003-03-21
* Allow error query to start transaction in autocommit off mode.Bruce Momjian2003-03-21
* Fix sequence casting.Bruce Momjian2003-03-21
* Reimplement NUMERIC datatype using base-10000 arithmetic; also improveTom Lane2003-03-21
* This patch creates a function named pg_get_triggerdef that takes the oid ofBruce Momjian2003-03-20
* Add ALTER TABLE <tablename> CLUSTER ON <indexname>Bruce Momjian2003-03-20
* It would also be handy if users could see their own pg_stat_activityBruce Momjian2003-03-20
* Todo items:Bruce Momjian2003-03-20
* Attached is a patch that limits the range tested by horology toBruce Momjian2003-03-20
* Peter found bug in the to_char() routine for PL/MI options. ThisBruce Momjian2003-03-20