Commit Graph

31261 Commits (e693e97d754ed6812ea115170afeae4bf8797d3f)
 

Author SHA1 Message Date
Tom Lane e693e97d75 Support replacing MODULE_PATHNAME during extension script file execution. 15 years ago
Tom Lane 27d5d7ab10 Change the naming convention for extension files to use double dashes. 15 years ago
Bruce Momjian 5569ae52ae Clarify documentation for libpq's PQescapeBytea to mention the new hex 15 years ago
Bruce Momjian cebbaa1d5d Back out libpq doc change; not ready yet. 15 years ago
Bruce Momjian 8e7af60872 Fix reverse 'if' test in path_is_relative_and_below_cwd(), per Tom. 15 years ago
Tom Lane 6c2e734f0a Refactor ALTER EXTENSION UPDATE to have cleaner multi-step semantics. 15 years ago
Bruce Momjian 0de0cc150a Properly handle Win32 paths of 'E:abc', which can be either absolute or 15 years ago
Peter Eisentraut b313bca0af DDL support for collations 15 years ago
Robert Haas d31e2a495b Teach ALTER TABLE .. SET DATA TYPE to avoid some table rewrites. 15 years ago
Tom Lane 24d1280c4d Clean up installation directory choices for extensions. 15 years ago
Tom Lane 1214749901 Add support for multiple versions of an extension and ALTER EXTENSION UPDATE. 15 years ago
Alvaro Herrera 60141eefaf Fix comment recently obsoleted 15 years ago
Robert Haas 5917574539 Allow tab-completion of :variable even as first word on a line. 15 years ago
Robert Haas d309acf201 Typo fixes. receivedUpto should be capitalized consistently. 15 years ago
Robert Haas 2c20ba1fd2 Tweak find_composite_type_dependencies API a bit more. 15 years ago
Alvaro Herrera 61cf7bcdf7 Fix isolation tester Makefile so that it runs in a VPATH build 15 years ago
Tom Lane 01467d3e4f Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well. 15 years ago
Alvaro Herrera 289d730655 Fix the isolation tester compilation on VPATH builds 15 years ago
Bruce Momjian 135724ec35 Fix "variable not used" warnings when USE_WIDE_UPPER_LOWER is not 15 years ago
Peter Eisentraut ff81aa3eda Update comment 15 years ago
Bruce Momjian 2432d10bf2 Fix pg_get_encoding_from_locale() function call parameters to match 15 years ago
Heikki Linnakangas b186523fd9 Send status updates back from standby server to master, indicating how far 15 years ago
Magnus Hagander 4c468b37a2 Track last time for statistics reset on databases and bgwriter 15 years ago
Magnus Hagander a2e61ec319 Use NOWAIT when including WAL in base backup 15 years ago
Heikki Linnakangas cecb5901b8 Allocate all entries in the serializable xid hash up-front, so that you don't 15 years ago
Andrew Dunstan 2ad0348677 Use correct name and URL for MinGW-w64, error noticed by Gurjeet Singh. 15 years ago
Tom Lane e617f0d7e4 Fix improper matching of resjunk column names for FOR UPDATE in subselect. 15 years ago
Itagaki Takahiro 5478f991c9 Fix typo in the documentation. 15 years ago
Tom Lane caddcb8f4b Fix pg_upgrade to handle extensions. 15 years ago
Peter Eisentraut 2e2d56fea9 Information schema views for collation support 15 years ago
Tom Lane 183d3cff85 Rethink order of operations for dumping extension member objects. 15 years ago
Tom Lane 5bc178b89f Implement "ALTER EXTENSION ADD object". 15 years ago
Bruce Momjian 70802e0dbe Remove more SGML tabs. 15 years ago
Bruce Momjian ee4b67fcff Remove tabs in SGML file. 15 years ago
Heikki Linnakangas 036bb15872 Fix allocation of RW-conflict pool in the new predicate lock manager, and 15 years ago
Magnus Hagander 3144c33a2f Implement NOWAIT option for BASE_BACKUP command 15 years ago
Tom Lane 375e5b0a68 Suppress some compiler warnings in recent commits. 15 years ago
Tom Lane 0bc0bd07d4 Fix merge conflict. 15 years ago
Tom Lane d9572c4e3b Core support for "extensions", which are packages of SQL objects. 15 years ago
Peter Eisentraut 414c5a2ea6 Per-column collation support 15 years ago
Heikki Linnakangas 1703f0e8da Fix typo, by Kevin Grittner. 15 years ago
Simon Riggs 7a7d36ec33 Continue long tradition of bumping the catalog version a little late. 15 years ago
Simon Riggs c016ce7281 Named restore points in recovery. Users can record named points, then 15 years ago
Simon Riggs 8c6e3adbf7 Basic Recovery Control functions for use in Hot Standby. Pause, Resume, 15 years ago
Heikki Linnakangas f9f9d696a9 UINT64_MAX isn't defined on MSVC. 15 years ago
Simon Riggs faa0550572 Remove rare corner case for data loss when triggering standby server. 15 years ago
Simon Riggs 722bf7017b Extend ALTER TABLE to allow Foreign Keys to be added without initial validation. 15 years ago
Heikki Linnakangas 7202ad7b8d Fix copy-pasto in description of pg_serial, and silence compiler warning 15 years ago
Robert Haas 32896c40ca Avoid having autovacuum workers wait for relation locks. 15 years ago
Heikki Linnakangas 47082fa875 Oops, forgot to bump catversion in the Serializable Snapshot Isolation patch. 15 years ago