summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-0518-168/+529
* When merging PO files, take into consideration translations in other POPeter Eisentraut2006-04-051-12/+15
* Add a field to the first page of each WAL file to indicate theTom Lane2006-04-053-4/+15
* Don't use BLCKSZ for the physical length of the pg_control file, butTom Lane2006-04-043-26/+34
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-0422-393/+586
* Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane2006-04-036-62/+87
* Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is set, weTom Lane2006-04-031-13/+15
* Eliminate ajust scan code. Since concurrent GiST it doesn'tTeodor Sigaev2006-04-034-216/+6
* Rewrite much of psql's \connect code, for the sake of code clarity andNeil Conway2006-04-021-202/+188
* Adjust interval-addition test so that it won't fail on DST transition days.Tom Lane2006-04-022-6/+6
* Update information schema for SQL:2003 and new PostgreSQL features.Peter Eisentraut2006-04-021-106/+659
* Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY. Also fix someAlvaro Herrera2006-04-021-27/+106
* Remove the 'slow' path for btree index build, which built the btreeTom Lane2006-04-014-161/+25
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-3124-537/+434
* Improve gist XLOG code to follow the coding rules needed to preventTom Lane2006-03-304-260/+229
* Suppress attempts to report dropped tables to the stats collector from aTom Lane2006-03-301-3/+9
* Fix bad SQL, per Stefan Kaltenbrunner.Andrew Dunstan2006-03-301-4/+4
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-2914-383/+548
* TablespaceCreateDbspace should function normally even on platforms that do notTom Lane2006-03-291-6/+5
* Disable full_page_writes, because turning it off risks causing crash-recoveryTom Lane2006-03-281-3/+2
* Repair longstanding error in btree xlog replay: XLogReadBuffer should beTom Lane2006-03-281-3/+3
* Comments in IndexBuildHeapScan describe the indexing of recently-deadTom Lane2006-03-241-6/+5
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-2425-160/+198
* Fix plpgsql to pass only one copy of any given plpgsql variable into a SQLTom Lane2006-03-233-33/+92
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-2313-42/+132
* Improve performance of our private version of qsort. Per recent testing,Tom Lane2006-03-211-17/+20
* Minor refactoring: initialize_SSL() only returns 0, so it should returnNeil Conway2006-03-211-9/+5
* Merge the loading of shared object descriptions with regular descriptions,Alvaro Herrera2006-03-211-35/+9
* Fix psql history handling:Bruce Momjian2006-03-214-11/+23
* Update comment that pgNotify.be_pid is pid of the notifying server process.Bruce Momjian2006-03-201-2/+2
* Fix a few places that were checking for the return value of palloc() to beNeil Conway2006-03-193-21/+4
* Adjust join_1.out to match Windows behavior for new mergejoin regressionTom Lane2006-03-191-2/+2
* The call to DNSServiceRegistrationCreate in postmaster.c does incorrectNeil Conway2006-03-181-2/+2
* Fix bug introduced into mergejoin logic by performance improvement patch ofTom Lane2006-03-174-29/+127
* Fixed bug 2330: Wrong error code in case of a duplicate keyMichael Meskes2006-03-172-2/+6
* Fix invalid use of #if within a macro, per Laurenz Albe. Also try toTom Lane2006-03-161-12/+17
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-1613-145/+249
* Fix typo in pgcvslog, used == instead of =.Bruce Momjian2006-03-151-2/+2
* It seems the YYLLOC_DEFAULT macro recommended by the Bison 1.875 manualTom Lane2006-03-141-2/+7
* Missed this file in previous commit :-(Tom Lane2006-03-141-0/+2
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-1479-994/+1336
* Remove Christof Petig copyright. He already approved removal from anBruce Momjian2006-03-112-6/+2
* Remove copyright notices from Jan (per author approval), and those filesBruce Momjian2006-03-115-153/+4
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11129-11/+260
* Remove a few places that attempted to define INT_MAX, SCHAR_MAX, andNeil Conway2006-03-114-46/+4
* Recent changes in memory management in tuplesort.c had a problem: theTom Lane2006-03-101-82/+102
* Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This fixes problemTom Lane2006-03-101-1/+7
* Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),Neil Conway2006-03-108-126/+331
* Remove unintened change to pg_proc.h.Bruce Momjian2006-03-101-3/+1
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-101-1/+3