summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-02-16pg_ctl promoteRobert Haas
2011-02-16Export the external file reader used in COPY FROM as APIs.Itagaki Takahiro
2011-02-15Fix corner case for binary upgrade: extension functions in pg_catalog.Tom Lane
2011-02-15Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.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-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-15Add version-sensitive SQL for psql when constraints NOT VALIDSimon Riggs
2011-02-14Remove no-longer-needed special case hacks in MSVC build scripts.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-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
2011-02-12Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane
2011-02-11Fix comment recently obsoletedAlvaro Herrera
2011-02-11Allow tab-completion of :variable even as first word on a line.Robert Haas
2011-02-11Typo fixes. receivedUpto should be capitalized consistently.Robert Haas
2011-02-11Tweak find_composite_type_dependencies API a bit more.Robert Haas
2011-02-10Fix isolation tester Makefile so that it runs in a VPATH buildAlvaro Herrera
2011-02-10Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.Tom Lane
2011-02-10Fix the isolation tester compilation on VPATH buildsAlvaro Herrera
2011-02-10Fix "variable not used" warnings when USE_WIDE_UPPER_LOWER is notBruce Momjian
2011-02-10Update commentPeter Eisentraut
2011-02-10Fix pg_get_encoding_from_locale() function call parameters to matchBruce Momjian
2011-02-10Send status updates back from standby server to master, indicating how farHeikki Linnakangas
2011-02-10Track last time for statistics reset on databases and bgwriterMagnus Hagander
2011-02-10Use NOWAIT when including WAL in base backupMagnus Hagander
2011-02-10Allocate all entries in the serializable xid hash up-front, so that you don'tHeikki Linnakangas
2011-02-10Fix improper matching of resjunk column names for FOR UPDATE in subselect.Tom Lane
2011-02-10Fix pg_upgrade to handle extensions.Tom Lane
2011-02-09Information schema views for collation supportPeter Eisentraut
2011-02-09Rethink order of operations for dumping extension member objects.Tom Lane
2011-02-09Implement "ALTER EXTENSION ADD object".Tom Lane
2011-02-09Fix allocation of RW-conflict pool in the new predicate lock manager, andHeikki Linnakangas
2011-02-09Implement NOWAIT option for BASE_BACKUP commandMagnus Hagander
2011-02-08Suppress some compiler warnings in recent commits.Tom Lane
2011-02-08Fix merge conflict.Tom Lane
2011-02-08Core support for "extensions", which are packages of SQL objects.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2011-02-08Continue long tradition of bumping the catalog version a little late.Simon Riggs