Commit Graph

37208 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)
 

Author SHA1 Message Date
Magnus Hagander 2b64f3f17a MingW doesn't support wcstombs_s()... 14 years ago
Tom Lane 1e3b21dd5e Change FK trigger naming convention to fix self-referential FKs. 14 years ago
Tom Lane 58958726ff Change FK trigger creation order to better support self-referential FKs. 14 years ago
Magnus Hagander b0bec068e2 Fix typo 14 years ago
Magnus Hagander a87b9ae161 Make event_source visible on all platforms 14 years ago
Magnus Hagander 9c4c8c8468 Remove argument decoration that appears unsupported on mingw 14 years ago
Magnus Hagander d8ea33f2c0 Support configurable eventlog application names on Windows 14 years ago
Alvaro Herrera 90d8e8ff7e Add debugging aid in isolationtester 14 years ago
Magnus Hagander a74a5f5913 Make TABLE tab complation in psql include all relations 14 years ago
Tom Lane 8140c1bcf3 Make psql support tab completion of EXECUTE <prepared-statement-name>. 14 years ago
Tom Lane 7299778a95 Improve git_changelog's handling of inconsistent commit orderings. 14 years ago
Tom Lane 0f39d5050d Don't trust deferred-unique indexes for join removal. 14 years ago
Tom Lane bb446b689b Support synchronization of snapshots through an export/import procedure. 14 years ago
Heikki Linnakangas b436c72f61 Fix overly-complicated usage of errcode_for_file_access(). 14 years ago
Tom Lane f9c92a5a3e Code review for pgstat_get_crashed_backend_activity patch. 14 years ago
Tom Lane 5ac5980744 More cleanup after failed reduced-lock-levels-for-DDL feature. 14 years ago
Robert Haas c8e8b5a6e2 Try to log current the query string when a backend crashes. 14 years ago
Robert Haas 980261929f Fix DROP OPERATOR FAMILY IF EXISTS. 14 years ago
Tom Lane b4a0223d00 Simplify and improve ProcessStandbyHSFeedbackMessage logic. 14 years ago
Tom Lane dce92c6d6a Rewrite tab completion's previous-word fetching for more sanity. 14 years ago
Robert Haas 8f3362d4b7 Fix get_object_namespace() not to think extensions are "in" a schema. 14 years ago
Robert Haas 1d751018d8 Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF EXISTS. 14 years ago
Robert Haas 0bf0899493 Remove a few of the new DROP-IF-EXISTS regression tests. 14 years ago
Robert Haas 82a4a777d9 Consolidate DROP handling for some object types. 14 years ago
Robert Haas 3301c83536 Add some more regression tests for DROP IF EXISTS. 14 years ago
Robert Haas 3716ab2c0c Document that postmaster.opts is excluded from base backups 14 years ago
Tom Lane e331c60ea7 Suppress remaining -Waddress warnings from recent gcc versions. 14 years ago
Tom Lane aa90e148ca Suppress -Wunused-result warnings about write() and fwrite(). 14 years ago
Robert Haas c53d3a9ee1 Make the CHECKPOINT reference page more clear. 14 years ago
Tom Lane e27f52f3a1 Reject empty pg_hba.conf files. 14 years ago
Tom Lane 7c19e0446c Remove unnecessary AssertMacro() to suppress gcc 4.6 compiler warning. 14 years ago
Tom Lane b246207bd7 Fix pg_dump to dump casts between auto-generated types. 14 years ago
Magnus Hagander d1e25b78f9 Exclude postmaster.opts from base backups 14 years ago
Tom Lane 336c1d7a51 Avoid assuming that index-only scan data matches the index's rowtype. 14 years ago
Tom Lane e661c3dfd3 Fix collate.linux.utf8 expected output for recent error message change. 14 years ago
Tom Lane 9e8da0f757 Teach btree to handle ScalarArrayOpExpr quals natively. 14 years ago
Tom Lane 0898d71f66 Marginal improvements to documentation of plpgsql's OPEN cursor statement. 14 years ago
Bruce Momjian b4aec388d8 Document that is the psql version number, not the server version number, 14 years ago
Bruce Momjian 2deba6d405 Improve doc wording of drop table permission. 14 years ago
Bruce Momjian 2795592e52 Allow a major PG version psql .psqlrc file to be used if a minor 14 years ago
Tom Lane d26e1ebaf5 Fix bugs in information_schema.referential_constraints view. 14 years ago
Tom Lane e6858e6657 Measure the number of all-visible pages for use in index-only scan costing. 14 years ago
Robert Haas dea95c7a7b Dump all roles first, then all config settings on roles. 14 years ago
Robert Haas 393e828e31 Avoid potential relcache leak in objectaddress.c. 14 years ago
Bruce Momjian ad30d36642 Document actual string that has to be returned by the client for MD5 14 years ago
Bruce Momjian 0180bd6180 Remove all "traces" of trace_userlocks, because userlocks were removed 14 years ago
Tom Lane 23610daf8a Fix up Perl-to-Postgres datatype conversions in pl/perl. 14 years ago
Bruce Momjian fb4340c5ea Update documentation about ts_rank(). 14 years ago
Bruce Momjian 12ff9fa771 Have pg_ctl return an exit status of 3 if the server is not running, to 14 years ago
Tom Lane de1bf53a25 Fix typo in dummy_seclabel documentation. 14 years ago