Commit Graph

22415 Commits (d8ea33f2c02721c89c2434b9fda170afb7fe4999)

Author SHA1 Message Date
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
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
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
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 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 12ff9fa771 Have pg_ctl return an exit status of 3 if the server is not running, to 14 years ago
Tom Lane 7b96519fe2 Don't mark auto-generated types as extension members. 14 years ago
Bruce Momjian 484af9b376 Modify RelationGetBufferForTuple() to use a typedef, rather than a 14 years ago
Bruce Momjian 6e22ba03a9 Modify pgindent to use a renamed pg_bsd_indent binary. New features 14 years ago
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 14 years ago
Tom Lane 8c8ba6d11b Add comment on why pulling data from a "name" index column can't crash. 14 years ago
Tom Lane cb6771fb32 Generate index-only scan tuple descriptor from the plan node's indextlist. 14 years ago
Bruce Momjian e991930e8a Improve entab's Makefile install entry. 14 years ago
Tom Lane 600d3206d1 Consider index-only scans even when there is no matching qual or ORDER BY. 14 years ago
Tom Lane a0185461dd Rearrange the implementation of index-only scans. 14 years ago
Robert Haas fa351d5a0d Replace hardcoded switch in object_exists() with a lookup table. 14 years ago
Robert Haas e76bcaba9c Repair breakage in VirtualXactLock. 14 years ago
Bruce Momjian e26d5fcd94 Mark GUC external_pid_file's default as '' in postgresql.conf, rather 14 years ago
Robert Haas 3e9a2672d2 Attempt to reduce local dependencies in regression tests. 14 years ago
Robert Haas c0f03aae04 Fix ALTER TABLE ONLY .. DROP CONSTRAINT. 14 years ago