Commit Graph

30290 Commits (9b6b0b0d9aaaaba98a63307b48e2ade2ca8c5187)
 

Author SHA1 Message Date
Robert Haas 9b6b0b0d9a Fix typo in PL/pgsql code example. 15 years ago
Peter Eisentraut d33cfbd2e0 Spelling fixes 15 years ago
Robert Haas e0226a9bf2 In postgresql.conf.sample, use on/off rather than true/false. 15 years ago
Alvaro Herrera 7badf1b25d Ensure $_SHARED is declared in the main:: namespace, per bugs #5570 and #5571. 15 years ago
Peter Eisentraut 314ef0ec36 Fix grammar 15 years ago
Peter Eisentraut b4d7ea5f6e Add table creation and population to example 15 years ago
Bruce Momjian d017f8359c Remove tabs from sgml file. 15 years ago
Robert Haas a3b012b560 CREATE TABLE IF NOT EXISTS. 15 years ago
Peter Eisentraut edff75bef8 Add INSERT statement to example so that it can be reproduced 15 years ago
Bruce Momjian 8af787ea24 Adjust check_for_isn_and_int8_passing_mismatch() so it is called for all 15 years ago
Bruce Momjian f31b1fd7c1 Prevent pg_upgrade from migrating databases that use reg* data types 15 years ago
Peter Eisentraut c3f903aca7 Fix typo 15 years ago
Peter Eisentraut caf2d69ee0 Tidy up boolean data type page 15 years ago
Peter Eisentraut f581215660 Remove tab from SGML file 15 years ago
Peter Eisentraut 0156840e4e Add more checks against altering typed tables 15 years ago
Robert Haas 87e0b7422d Have psql avoid describing local sockets as host names. 15 years ago
Robert Haas 7be8946c78 Avoid deep recursion when assigning XIDs to multiple levels of subxacts. 15 years ago
Robert Haas bca03b12c1 Add missing function prototype. 15 years ago
Robert Haas 4da29da181 Fix bogus server version in pg_dumpall --quote-all-identifiers. 15 years ago
Robert Haas ce68df468a Add options to force quoting of all identifiers. 15 years ago
Robert Haas b8c6c71d1c Centralize DML permissions-checking logic. 15 years ago
Bruce Momjian 9f8cf32b34 CVS test: please ignore 15 years ago
Bruce Momjian c86f467d18 Properly replay CREATE TABLESPACE during crash recovery by deleting 15 years ago
Robert Haas 8ceb68b0ce Have \conninfo mention the port even for local sockets. 15 years ago
Robert Haas 013ed0bd81 Add \conninfo command to psql, to show current connection info. 15 years ago
Robert Haas b25749cc64 Make ECPG regression tests independent of standard_conforming_strings. 15 years ago
Robert Haas 0e22e08fe5 Make hstore regression tests independent of standard_conforming_strings. 15 years ago
Robert Haas 5ffaa9005c Add restart_after_crash GUC. 15 years ago
Robert Haas 0839f312e9 Change the default value of standard_conforming_strings to on. 15 years ago
Peter Eisentraut 0b4a0868f9 Portability fixes for Solaris for requirepeer feature patch 15 years ago
Tom Lane cf5305f406 Remove unnecessary "Not safe to send CSV data" complaint from elog.c's fallback 15 years ago
Tom Lane fba999cb2c Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless of 15 years ago
Tom Lane 1b51018afc Fix up poor handling of unsupported-platform case in requirepeer patch. 15 years ago
Tom Lane 25241aee60 Fix thinko in recent patch: 'sock' should be 'conn->sock'. 15 years ago
Bruce Momjian 9c5ea833a0 Add SO_PEERCRED check in new unix domain socket permission checking code. 15 years ago
Peter Eisentraut 040aee295e Add server authentication over Unix-domain sockets 15 years ago
Bruce Momjian ed92bec079 Simplify missing tablespace replay error hint message, but only in HEAD 15 years ago
Tom Lane 3ec694e17b Add a log_file_mode GUC that allows control of the file permissions set on 15 years ago
Heikki Linnakangas 6b0937cd58 Fix typo spotted by Thom Brown. 15 years ago
Heikki Linnakangas 8f9c461175 Add a paragraph explaining what restartpoints are. Mention that 15 years ago
Tom Lane 7590ddb3eb Add support for dividing money by money (yielding a float8 result) and for 15 years ago
Tom Lane e11cfa87be Remove a sanity check in the exclusion-constraint code that prevented users 15 years ago
Tom Lane 8514bf45e7 Remove duplicate code in DefineOpFamily(). 15 years ago
Tom Lane 25be9b1d54 Use an <xref> for restore_command reference. Marko Tiikkaja 15 years ago
Tom Lane 599dba4aab Fix several problems in pg_dump's handling of SQL/MED objects, notably failure 15 years ago
Tom Lane d494e685c5 Allow full SSL certificate verification (wherein libpq checks its host name 15 years ago
Tom Lane 1cc29fe7c6 Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions, 15 years ago
Bruce Momjian 4504a1bc01 On Win32, pg_upgrade cannot sent any server log output to the log file 15 years ago
Bruce Momjian 477c01b00d Remove incorrect email address for pg_upgrade bug reports. 15 years ago
Bruce Momjian f87bd25f00 In pg_upgrade, report /bin directory checks independent of /data checks. 15 years ago