Commit Graph

30269 Commits (9f8cf32b341f3af070c512c7d6ad7f6a5aa7505b)
 

Author SHA1 Message Date
Bruce Momjian 9f8cf32b34 CVS test: please ignore 16 years ago
Bruce Momjian c86f467d18 Properly replay CREATE TABLESPACE during crash recovery by deleting 16 years ago
Robert Haas 8ceb68b0ce Have \conninfo mention the port even for local sockets. 16 years ago
Robert Haas 013ed0bd81 Add \conninfo command to psql, to show current connection info. 16 years ago
Robert Haas b25749cc64 Make ECPG regression tests independent of standard_conforming_strings. 16 years ago
Robert Haas 0e22e08fe5 Make hstore regression tests independent of standard_conforming_strings. 16 years ago
Robert Haas 5ffaa9005c Add restart_after_crash GUC. 16 years ago
Robert Haas 0839f312e9 Change the default value of standard_conforming_strings to on. 16 years ago
Peter Eisentraut 0b4a0868f9 Portability fixes for Solaris for requirepeer feature patch 16 years ago
Tom Lane cf5305f406 Remove unnecessary "Not safe to send CSV data" complaint from elog.c's fallback 16 years ago
Tom Lane fba999cb2c Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless of 16 years ago
Tom Lane 1b51018afc Fix up poor handling of unsupported-platform case in requirepeer patch. 16 years ago
Tom Lane 25241aee60 Fix thinko in recent patch: 'sock' should be 'conn->sock'. 16 years ago
Bruce Momjian 9c5ea833a0 Add SO_PEERCRED check in new unix domain socket permission checking code. 16 years ago
Peter Eisentraut 040aee295e Add server authentication over Unix-domain sockets 16 years ago
Bruce Momjian ed92bec079 Simplify missing tablespace replay error hint message, but only in HEAD 16 years ago
Tom Lane 3ec694e17b Add a log_file_mode GUC that allows control of the file permissions set on 16 years ago
Heikki Linnakangas 6b0937cd58 Fix typo spotted by Thom Brown. 16 years ago
Heikki Linnakangas 8f9c461175 Add a paragraph explaining what restartpoints are. Mention that 16 years ago
Tom Lane 7590ddb3eb Add support for dividing money by money (yielding a float8 result) and for 16 years ago
Tom Lane e11cfa87be Remove a sanity check in the exclusion-constraint code that prevented users 16 years ago
Tom Lane 8514bf45e7 Remove duplicate code in DefineOpFamily(). 16 years ago
Tom Lane 25be9b1d54 Use an <xref> for restore_command reference. Marko Tiikkaja 16 years ago
Tom Lane 599dba4aab Fix several problems in pg_dump's handling of SQL/MED objects, notably failure 16 years ago
Tom Lane d494e685c5 Allow full SSL certificate verification (wherein libpq checks its host name 16 years ago
Tom Lane 1cc29fe7c6 Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions, 16 years ago
Bruce Momjian 4504a1bc01 On Win32, pg_upgrade cannot sent any server log output to the log file 16 years ago
Bruce Momjian 477c01b00d Remove incorrect email address for pg_upgrade bug reports. 16 years ago
Bruce Momjian f87bd25f00 In pg_upgrade, report /bin directory checks independent of /data checks. 16 years ago
Bruce Momjian bae8283557 Print each test_fsync description while test is running, rather than at 16 years ago
Bruce Momjian 804f96accb In pg_upgrade, prevent psql AUTOCOMMIT=off by not loading .psqlrc. 16 years ago
Heikki Linnakangas 2751a249cb Oops, in the previous fix to prevent a cursor that's being used in a FOR 16 years ago
Bruce Momjian f0fd939655 Restore pl/pgsql default install release note item. 16 years ago
Bruce Momjian 5d4faf07ab 9.0 release note improvements 16 years ago
Bruce Momjian d89e72c475 Spellcheck 9.0 release notes. 16 years ago
Tom Lane 53e757689c Make NestLoop plan nodes pass outer-relation variables into their inner 16 years ago
Bruce Momjian 5a3489357f Document bump of minor library version numbers. 16 years ago
Bruce Momjian b1261bd562 Bump minor library version numbers, for 9.1 release. 16 years ago
Tom Lane 4720ad515e Add a note about preferred window width to the section about code 16 years ago
Robert Haas 2e6d24a621 Clarify that "psql -c" ignores psqlrc files. 16 years ago
Tom Lane 5ce63f480b Avoid an Assert failure in deconstruct_array() by making get_attstatsslot() 16 years ago
Tom Lane 2b8a624596 Fix ruleutils' get_variable() to print something useful for Vars referencing 16 years ago
Bruce Momjian a0d7c5f689 Properly report errno/out-of-disk-space error from pg_upgrade when in 16 years ago
Robert Haas f4122a8d50 Add a hook in ExecCheckRTPerms(). 16 years ago
Tom Lane b40466c337 Stamp HEAD as 9.1devel. 16 years ago
Marc G. Fournier 1084f31770 tag beta3 16 years ago
Bruce Momjian c4314e150d Update release notes for 9.0 beta 3. 16 years ago
Peter Eisentraut 4b7f50eb81 Some small changes for plperl.sgml: 16 years ago
Peter Eisentraut 0544c8cd57 Translation updates for 9.0beta3 16 years ago
Tom Lane 6d297e0551 Minor kibitzing on previous patch: no need to run check more than once. 16 years ago