summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tag 9.1beta2.REL9_1_BETA2Tom Lane2011-06-094-14/+14
* Ecpg doc cleanups, as reported by Marc Cousin.Bruce Momjian2011-06-091-14/+17
* Update 9.1 release notes to reflect commits through today.Tom Lane2011-06-092-95/+281
* Revert "Use "transient" files for blind writes"Alvaro Herrera2011-06-096-119/+28
* Use "transient" files for blind writesAlvaro Herrera2011-06-096-28/+119
* Translation updates for 9.1beta2Peter Eisentraut2011-06-09158-67287/+141713
* Fix the truncation logic of the OldSerXid SLRU mechanism. We can't passHeikki Linnakangas2011-06-091-19/+43
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-0992-620/+644
* Update typedef list for upcoming pgindent run.Bruce Momjian2011-06-091-4/+5
* Use the correct eventlog severity for errorMagnus Hagander2011-06-091-1/+1
* Support silent mode for service registrations on win32Magnus Hagander2011-06-092-0/+7
* Add gitignore for mingw/cygwin build outputsMagnus Hagander2011-06-092-0/+3
* Mark the SLRU page as dirty when setting an entry in pg_serial. In theHeikki Linnakangas2011-06-091-1/+2
* Fix documentation of information_schema.element_typesPeter Eisentraut2011-06-091-3/+13
* Make citext's equality and hashing functions collation-insensitive.Tom Lane2011-06-082-21/+52
* Reorder pg_ctl promote after pg_ctl statusPeter Eisentraut2011-06-082-64/+68
* Allow domains over arrays to match ANYARRAY parameters again.Tom Lane2011-06-083-20/+110
* Make DDL operations play nicely with Serializable Snapshot Isolation.Heikki Linnakangas2011-06-087-80/+499
* Complain politely about access temp/unlogged tables during recovery.Robert Haas2011-06-071-0/+6
* Revert psql bits to display NOT VALID for FKsAlvaro Herrera2011-06-071-7/+2
* Make ascii-art in comments pgindent-safe, and some other formatting changes.Heikki Linnakangas2011-06-071-13/+17
* Fix rewriter to cope (more or less) with CTEs in the query being rewritten.Tom Lane2011-06-073-61/+189
* Reset reindex-in-progress state before reverifying an exclusion constraint.Tom Lane2011-06-053-19/+50
* Allow building with perl 5.14.Andrew Dunstan2011-06-042-1/+6
* Fix documentation reference to "above" examplePeter Eisentraut2011-06-041-1/+2
* More ECPG documentation fixesPeter Eisentraut2011-06-041-2/+4
* ECPG documentation fixPeter Eisentraut2011-06-041-3/+4
* Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list.Tom Lane2011-06-041-1/+2
* Fix pg_get_constraintdef to cope with NOT VALID constraintsAlvaro Herrera2011-06-031-0/+3
* Fix failure to check whether a rowtype's component types are sortable.Tom Lane2011-06-038-126/+348
* Truncate id to <=44 charactersPeter Eisentraut2011-06-031-1/+1
* SSI comment fixes and enhancements. Notably, document that the conflict-outHeikki Linnakangas2011-06-032-6/+17
* Need to list getpeereid.c in .gitignore, too ...Tom Lane2011-06-021-0/+1
* Use proper SGML doc entities rather than angle-brackets.Bruce Momjian2011-06-022-11/+11
* Handle domains when checking for recursive inclusion of composite types.Tom Lane2011-06-023-3/+15
* Looks like we can't declare getpeereid on Windows anyway.Tom Lane2011-06-021-1/+1
* libpq needs its own copy of src/port/getpeereid.Tom Lane2011-06-021-3/+3
* Sort COMMENT synopsis and add more examplesPeter Eisentraut2011-06-031-2/+6
* Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence.Tom Lane2011-06-021-0/+16
* Fix vim-induced typo.Robert Haas2011-06-021-1/+1
* Disallow SELECT FOR UPDATE/SHARE on sequences.Tom Lane2011-06-021-6/+58
* Typo fix.Tom Lane2011-06-021-1/+1
* Avoid creating init fork for unlogged indexes when it already exists.Robert Haas2011-06-021-3/+8
* Implement getpeereid() as a src/port compatibility function.Tom Lane2011-06-026-158/+110
* Allow hash joins to be interrupted while searching hash table for match.Tom Lane2011-06-011-0/+8
* Some copy editing of the release notesPeter Eisentraut2011-06-011-61/+55
* Further improvements in pg_ctl's new wait-for-postmaster-start logic.Tom Lane2011-06-011-66/+94
* Protect GIST logic that assumes penalty values can't be negative.Tom Lane2011-05-312-2/+11
* Recode non-ASCII characters in source to UTF-8Peter Eisentraut2011-05-315-8/+8
* Use entities to encode non-ASCII characters in SGML documentationPeter Eisentraut2011-05-313-5/+5