summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix planner to do the right thing when a degenerate outer join (one whoseTom Lane2006-12-124-11/+52
* Document that log_line_prefix %t does not print timezone on Win32.Bruce Momjian2006-12-121-2/+2
* Oops, removed:Bruce Momjian2006-12-122-4/+2
* Add:Bruce Momjian2006-12-122-2/+4
* Allow augmenting CPPFLAGS from the configure command line. This generallyPeter Eisentraut2006-12-122-4/+4
* Remove blank lines in HTML FAQ.Bruce Momjian2006-12-112-16/+16
* Add FAQ entry to mention using COALESCE() for concatenation of possibleBruce Momjian2006-12-112-11/+30
* Add a paramtypmod field to Param nodes. This is dead weight for ParamsTom Lane2006-12-1010-47/+50
* Make separate targets for building printable documentation in A4 andPeter Eisentraut2006-12-102-19/+31
* Reorganize XSLT stylesheet support. Put common things into a separatePeter Eisentraut2006-12-105-157/+112
* Add some information about increasing JadeTeX parameters.Peter Eisentraut2006-12-101-12/+33
* Drop indentation of verbatim environments in print output. This increasedPeter Eisentraut2006-12-101-7/+1
* Generalize Texinfo rules. Prevent them from overriding the PostScriptPeter Eisentraut2006-12-101-8/+11
* Remove the logId/logSeg fields from pg_control, because they are not neededTom Lane2006-12-085-99/+172
* Fix broken markup.Tom Lane2006-12-081-1/+2
* 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-069-21/+77
* Various improvements to the GUC description strings. Punctuate andNeil Conway2006-12-061-46/+46
* Change psql \\ example to use single quotes, per TOm.Bruce Momjian2006-12-061-2/+2
* Back out mention of port success from FAQs, per Tom, added by Simon.Bruce Momjian2006-12-063-27/+4
* Clean up psql -c documentation that uses \\.Bruce Momjian2006-12-061-4/+5
* Make URL to docs use /current/.Bruce Momjian2006-12-052-3/+3
* Fix documentation example of using psql \x with a SELECT command, perBruce Momjian2006-12-051-3/+3
* Fix typos in comments and error messages in HStore. Patch from FilipNeil Conway2006-12-052-8/+8
* Update of port patches, HEAD patch only.Bruce Momjian2006-12-055-14/+56
* 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
* Fix core dump of ispell for case of non-successfull initialization.Teodor Sigaev2006-12-042-4/+4
* 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 HEAD as 8.3devel.Tom Lane2006-12-022-11/+11
* Update most recent version from 8.2 to 8.2.0.Bruce Momjian2006-12-022-4/+4
* Collect the bits of wisdom about dtrace installation in the installationPeter Eisentraut2006-12-023-41/+28
* v8.2.0 is now released ...REL8_2_0PostgreSQL Daemon2006-12-022-11/+11
* Stamp 8.2, except configure.in.Bruce Momjian2006-12-022-4/+4
* Update for release 8.2.Bruce Momjian2006-12-022-5/+5
* Wording refinement for external references in man pages.Peter Eisentraut2006-12-021-2/+2
* Don't ship spi_* man pages. (We don't do that anyway, but now it's automatic.)Peter Eisentraut2006-12-021-1/+2
* Translation updatesPeter Eisentraut2006-12-0215-20906/+21843
* Put release date in release notes.Tom Lane2006-12-021-3/+2
* Add some documentation for DTrace support. Simon RiggsTom Lane2006-12-021-1/+278
* Make Options for Windows a second-level heading instead of first-level.Peter Eisentraut2006-12-021-9/+6
* Editorial improvements for GIN documentation.Tom Lane2006-12-013-114/+138
* Some more supported-platforms updates: buildfarm hare is alive again,Tom Lane2006-12-011-3/+4
* Document the recently-understood hazard that a rollback can release row-levelTom Lane2006-12-011-1/+27
* Make the bgwriter's error recovery path do smgrcloseall(). On Windows thisTom Lane2006-12-011-1/+8
* Editorial improvements to backup and warm-standby documentation.Tom Lane2006-12-011-220/+231