summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix expected file.Peter Eisentraut2006-12-211-0/+5
* Catalog version bump for SQL/XML changes.Peter Eisentraut2006-12-211-2/+2
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-2134-62/+2022
* Interpret a dbName param to PQsetdbLogin as a conninfo string if it contains ...Andrew Dunstan2006-12-191-18/+31
* Set pg_am.amstrategies to zero for index AMs that don't have fixedTom Lane2006-12-186-25/+37
* fix thinko in placement of TimeValStruct typedef in Windows case, as reported...Andrew Dunstan2006-12-181-3/+3
* enable \timing oputput for \copy commandsAndrew Dunstan2006-12-163-28/+47
* Fix some planner bugs exposed by reports from Arjen van der Meijden. TheseTom Lane2006-12-152-23/+87
* Put JST back into the default set of timezone abbreviations;Tom Lane2006-12-152-2/+6
* Make --with-ldap build on Unixware, per Olivier Prenant.Tom Lane2006-12-141-0/+3
* Remove Windows port^W^Wobsolete template file.Peter Eisentraut2006-12-141-0/+0
* Activate WIN32_STACK_RLIMIT override only on platforms where this isPeter Eisentraut2006-12-141-1/+3
* Put back yet another improperly-removed #include, per Mark Kirkwood.Tom Lane2006-12-131-1/+2
* Fix planner to do the right thing when a degenerate outer join (one whoseTom Lane2006-12-124-11/+52
* Allow augmenting CPPFLAGS from the configure command line. This generallyPeter Eisentraut2006-12-122-4/+4
* Add a paramtypmod field to Param nodes. This is dead weight for ParamsTom Lane2006-12-1010-47/+50
* Remove the logId/logSeg fields from pg_control, because they are not neededTom Lane2006-12-084-96/+157
* Fix the build for when SHOW_MEMORY_STATS is defined. The reference toNeil Conway2006-12-081-3/+2
* Avoid double free of _SPI_current->tuptable. AtEOSubXact_SPI() now tries toTom Lane2006-12-081-1/+7
* Repair incorrect placement of WHERE clauses when there are multiple,Tom Lane2006-12-071-30/+58
* Fix planning of SubLinks to ensure that Vars generated from transformation ofTom Lane2006-12-061-7/+31
* Add a txn_start column to pg_stat_activity. This makes it easier toNeil Conway2006-12-068-10/+66
* Various improvements to the GUC description strings. Punctuate andNeil Conway2006-12-061-46/+46
* Fix pg_dump linking on Win32 with MSVS win32.mak:Bruce Momjian2006-12-041-1/+8
* Patch of Win32 Encoding problem for server messages usingBruce Momjian2006-12-044-7/+7
* Refactor ExecGetJunkAttribute to avoid searching for junk attributesTom Lane2006-12-044-54/+90
* Fix LIMIT/OFFSET for null limit values. This worked before 8.2 but was brokenTom Lane2006-12-031-16/+26
* Stamp 8.2, except configure.in.Bruce Momjian2006-12-021-3/+3
* Translation updatesPeter Eisentraut2006-12-0215-20906/+21843
* Make the bgwriter's error recovery path do smgrcloseall(). On Windows thisTom Lane2006-12-011-1/+8
* Minor adjustments to make failures in startup/shutdown behave more cleanly.Tom Lane2006-11-303-14/+32
* Fix bug with page deletion. If inner page is removed and it tries toTeodor Sigaev2006-11-301-7/+15
* Fix Makefile problem which prevented installation on VPATH builds.Alvaro Herrera2006-11-291-2/+4
* More MSVC build support from Magnus.Tom Lane2006-11-294-0/+411
* Spelling fixPeter Eisentraut2006-11-291-2/+2
* Update timezone data to tzdata2006p zic distribution. It seems WesternTom Lane2006-11-286-66/+97
* Mark to_char(timestamp without timezone) as stable, not immutable, since itsTom Lane2006-11-281-10/+10
* Fix some translator comments so that xgettext finds them and pgindent doesPeter Eisentraut2006-11-284-27/+20
* Add workaround for localizing May and abbreviated May differently. IdeaPeter Eisentraut2006-11-281-3/+8
* Also install ecpg_config.hMichael Meskes2006-11-281-1/+1
* Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin.Tom Lane2006-11-281-1/+1
* protect vfprintf from hijacking by Windows gettext just like other members of...Andrew Dunstan2006-11-282-3/+10
* Fix gratuitous message spelling differencesPeter Eisentraut2006-11-272-4/+4
* update for rc1REL8_2_RC1PostgreSQL Daemon2006-11-251-3/+3
* Copy fsync() defines into test_fsync.c, someday place them in anBruce Momjian2006-11-251-41/+136
* Fix psql's \copy command to ensure that it cycles libpq back to the idle stateTom Lane2006-11-241-1/+13
* Revert (too late in beta):Bruce Momjian2006-11-241-135/+182
* Change pg_stat_all_tables and sister views to put the recently-addedTom Lane2006-11-245-36/+15
* Translation updatesPeter Eisentraut2006-11-2434-17179/+20257
* Separate release preparation jobs for all releases and for major releasesPeter Eisentraut2006-11-241-20/+25