summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-2521-31/+145
* Add INSERT statement to example so that it can be reproducedPeter Eisentraut2010-07-251-1/+3
* Adjust check_for_isn_and_int8_passing_mismatch() so it is called for allBruce Momjian2010-07-253-98/+98
* Prevent pg_upgrade from migrating databases that use reg* data typesBruce Momjian2010-07-254-15/+132
* Fix typoPeter Eisentraut2010-07-241-2/+2
* Tidy up boolean data type pagePeter Eisentraut2010-07-241-13/+30
* Remove tab from SGML filePeter Eisentraut2010-07-241-2/+2
* Add more checks against altering typed tablesPeter Eisentraut2010-07-233-17/+57
* Have psql avoid describing local sockets as host names.Robert Haas2010-07-231-8/+25
* Avoid deep recursion when assigning XIDs to multiple levels of subxacts.Robert Haas2010-07-231-3/+25
* Add missing function prototype.Robert Haas2010-07-221-1/+2
* Fix bogus server version in pg_dumpall --quote-all-identifiers.Robert Haas2010-07-221-2/+2
* Add options to force quoting of all identifiers.Robert Haas2010-07-2211-11/+85
* Centralize DML permissions-checking logic.Robert Haas2010-07-224-57/+89
* CVS test: please ignoreBruce Momjian2010-07-201-1/+1
* Properly replay CREATE TABLESPACE during crash recovery by deletingBruce Momjian2010-07-202-2/+32
* Have \conninfo mention the port even for local sockets.Robert Haas2010-07-201-3/+3
* Add \conninfo command to psql, to show current connection info.Robert Haas2010-07-204-6/+33
* Make ECPG regression tests independent of standard_conforming_strings.Robert Haas2010-07-204-88/+131
* Make hstore regression tests independent of standard_conforming_strings.Robert Haas2010-07-202-8/+8
* Add restart_after_crash GUC.Robert Haas2010-07-207-16/+79
* Change the default value of standard_conforming_strings to on.Robert Haas2010-07-205-22/+18
* Portability fixes for Solaris for requirepeer feature patchPeter Eisentraut2010-07-191-2/+5
* Remove unnecessary "Not safe to send CSV data" complaint from elog.c's fallbackTom Lane2010-07-181-7/+5
* Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless ofTom Lane2010-07-183-2/+42
* Fix up poor handling of unsupported-platform case in requirepeer patch.Tom Lane2010-07-181-21/+20
* Fix thinko in recent patch: 'sock' should be 'conn->sock'.Tom Lane2010-07-181-2/+2
* Add SO_PEERCRED check in new unix domain socket permission checking code.Bruce Momjian2010-07-181-1/+5
* Add server authentication over Unix-domain socketsPeter Eisentraut2010-07-183-3/+123
* Simplify missing tablespace replay error hint message, but only in HEADBruce Momjian2010-07-181-3/+3
* Add a log_file_mode GUC that allows control of the file permissions set onTom Lane2010-07-165-62/+129
* Fix typo spotted by Thom Brown.Heikki Linnakangas2010-07-161-2/+2
* Add a paragraph explaining what restartpoints are. Mention thatHeikki Linnakangas2010-07-162-3/+21
* Add support for dividing money by money (yielding a float8 result) and forTom Lane2010-07-167-34/+148
* Remove a sanity check in the exclusion-constraint code that prevented usersTom Lane2010-07-161-10/+6
* Remove duplicate code in DefineOpFamily().Tom Lane2010-07-161-65/+4
* Use an <xref> for restore_command reference. Marko TiikkajaTom Lane2010-07-141-2/+2
* Fix several problems in pg_dump's handling of SQL/MED objects, notably failureTom Lane2010-07-141-17/+27
* Allow full SSL certificate verification (wherein libpq checks its host nameTom Lane2010-07-144-33/+38
* Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions,Tom Lane2010-07-135-286/+481
* On Win32, pg_upgrade cannot sent any server log output to the log fileBruce Momjian2010-07-131-9/+9
* Remove incorrect email address for pg_upgrade bug reports.Bruce Momjian2010-07-131-5/+1
* In pg_upgrade, report /bin directory checks independent of /data checks.Bruce Momjian2010-07-131-86/+80
* Print each test_fsync description while test is running, rather than atBruce Momjian2010-07-131-33/+33
* In pg_upgrade, prevent psql AUTOCOMMIT=off by not loading .psqlrc.Bruce Momjian2010-07-132-11/+12
* Oops, in the previous fix to prevent a cursor that's being used in a FORHeikki Linnakangas2010-07-131-1/+12
* Restore pl/pgsql default install release note item.Bruce Momjian2010-07-121-3/+4
* 9.0 release note improvementsBruce Momjian2010-07-121-24/+22
* Spellcheck 9.0 release notes.Bruce Momjian2010-07-121-3/+3
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-1276-697/+799