summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-17Remove rule to build sepgsql-regtest.pp.Robert Haas
2011-02-17Fix blatantly uninitialized variable in recent commit.Tom Lane
2011-02-17Fix bogus test for hypothetical indexes in get_actual_variable_range().Tom Lane
2011-02-16Add backwards-compatible declarations of some core GIN support functions.Tom Lane
2011-02-16Also process psqlrc when running psql -lPeter Eisentraut
2011-02-16Better support for thread-support flag detection with clangPeter Eisentraut
2011-02-16Fix for warnings-free compilation with Python 3.2Peter Eisentraut
2011-02-16In pg_upgrade, no need to initialize global struct values; they areBruce Momjian
2011-02-16Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs
2011-02-16Make a no-op ALTER EXTENSION UPDATE give just a NOTICE, not ERROR.Tom Lane
2011-02-16Cleanup ClusterInfo initialization in pg_upgradeAlvaro Herrera
2011-02-16WAL receiver shouldn't try to send a reply when dying.Robert Haas
2011-02-16Add FOREACH IN ARRAY looping to plpgsql.Tom Lane
2011-02-16pg_ctl promoteRobert Haas
2011-02-16Export the external file reader used in COPY FROM as APIs.Itagaki Takahiro
2011-02-16Fix bug in 9.1 pg_upgrade processing of old/new relations; adjust debugBruce Momjian
2011-02-15Fix corner case for binary upgrade: extension functions in pg_catalog.Tom Lane
2011-02-15Make pg_upgrade compile againAlvaro Herrera
2011-02-15Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.Tom Lane
2011-02-15Adjust pg_upgrade error message, array freeing, and add error check.Bruce Momjian
2011-02-15Bring hstore's comment into line with style of other contrib comments.Tom Lane
2011-02-15Fix obsolete comment.Tom Lane
2011-02-15Assorted corrections to the patch to add WAL receiver replies.Robert Haas
2011-02-15Rename max_predicate_locks_per_transaction.Robert Haas
2011-02-15Allow make check in PL directoriesPeter Eisentraut
2011-02-15Avoid a few more SET DATA TYPE table rewrites.Robert Haas
2011-02-15Delete stray word from comment.Robert Haas
2011-02-15Rethink naming of contrib/intagg extension.Tom Lane
2011-02-15Additional required docs for pg_constraint catalog entrySimon Riggs
2011-02-15PITR can stop at a named restore point when recovery target = timeSimon Riggs
2011-02-15Fix MSVC build scripts for recent extension-related changes.Tom Lane
2011-02-15Rearrange extension-related views as per recent discussion.Tom Lane
2011-02-15Small improvements to external-projects documentation.Tom Lane
2011-02-15Add version-sensitive SQL for psql when constraints NOT VALIDSimon Riggs
2011-02-14Fix obsolete references to old-style contrib installation methods.Tom Lane
2011-02-14Remove no-longer-needed special case hacks in MSVC build scripts.Tom Lane
2011-02-14More fixups for "unpackaged" conversion scripts.Tom Lane
2011-02-14Assorted fixups for "unpackaged" conversion scripts.Tom Lane
2011-02-14Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2011-02-14Support replacing MODULE_PATHNAME during extension script file execution.Tom Lane
2011-02-14Change the naming convention for extension files to use double dashes.Tom Lane
2011-02-13Clarify documentation for libpq's PQescapeBytea to mention the new hexBruce Momjian
2011-02-13Back out libpq doc change; not ready yet.Bruce Momjian
2011-02-13Fix reverse 'if' test in path_is_relative_and_below_cwd(), per Tom.Bruce Momjian
2011-02-12Refactor ALTER EXTENSION UPDATE to have cleaner multi-step semantics.Tom Lane
2011-02-12Properly handle Win32 paths of 'E:abc', which can be either absolute orBruce Momjian
2011-02-12DDL support for collationsPeter Eisentraut
2011-02-12Teach ALTER TABLE .. SET DATA TYPE to avoid some table rewrites.Robert Haas
2011-02-12Clean up installation directory choices for extensions.Tom Lane