Commit Graph

5365 Commits (bdca82f44d0e0168dece56cbd53b54ba142f328f)

Author SHA1 Message Date
Tom Lane bdca82f44d Add a relkind field to RangeTblEntry to avoid some syscache lookups. 15 years ago
Peter Eisentraut 1c51c7d5ff Add PL/Python functions for quoting strings 15 years ago
Tom Lane 1ab9b012bd Allow binary I/O of type "void". 15 years ago
Tom Lane 2e852e541c Remove ExecRemoveJunk(), which is no longer used anywhere. 15 years ago
Tom Lane a210be7720 Fix dangling-pointer problem in before-row update trigger processing. 15 years ago
Itagaki Takahiro 3cba8240a1 Add ENCODING option to COPY TO/FROM and file_fdw. 15 years ago
Tom Lane 7c5d0ae707 Add contrib/file_fdw foreign-data wrapper for reading files via COPY. 15 years ago
Tom Lane bb74240794 Implement an API to let foreign-data wrappers actually be functional. 15 years ago
Tom Lane 327e025071 Create the catalog infrastructure for foreign-data-wrapper handlers. 15 years ago
Simon Riggs 06828c5feb Separate messages for standby replies and hot standby feedback. 15 years ago
Itagaki Takahiro 62c7bd31c8 Add transaction-level advisory locks. 15 years ago
Tom Lane 52b60530f2 Fix tsmatchsel() to account properly for null rows. 15 years ago
Robert Haas 4a25bc145a Add client_hostname field to pg_stat_activity. 15 years ago
Tom Lane a2095f7fb5 Fix bogus test for hypothetical indexes in get_actual_variable_range(). 15 years ago
Tom Lane 6595dd04d1 Add backwards-compatible declarations of some core GIN support functions. 15 years ago
Simon Riggs bca8b7f16a Hot Standby feedback for avoidance of cleanup conflicts on standby. 15 years ago
Tom Lane 6e02755b22 Add FOREACH IN ARRAY looping to plpgsql. 15 years ago
Robert Haas 4695da5ae9 pg_ctl promote 15 years ago
Itagaki Takahiro 8ddc05fb01 Export the external file reader used in COPY FROM as APIs. 15 years ago
Tom Lane 887dd041a6 Fix obsolete comment. 15 years ago
Tom Lane 555353c0c5 Rearrange extension-related views as per recent discussion. 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
Tom Lane 1214749901 Add support for multiple versions of an extension and ALTER EXTENSION UPDATE. 15 years ago
Robert Haas 2c20ba1fd2 Tweak find_composite_type_dependencies API a bit more. 15 years ago
Tom Lane 01467d3e4f Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well. 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
Tom Lane e617f0d7e4 Fix improper matching of resjunk column names for FOR UPDATE in subselect. 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 5bc178b89f Implement "ALTER EXTENSION ADD object". 15 years ago
Magnus Hagander 3144c33a2f Implement NOWAIT option for BASE_BACKUP command 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
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 722bf7017b Extend ALTER TABLE to allow Foreign Keys to be added without initial validation. 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
Heikki Linnakangas dafaa3efb7 Implement genuine serializable isolation level. 15 years ago
Robert Haas 65377e0b9c Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks. 15 years ago
Robert Haas 356f2cbbb4 Make handling of errcodes.h more consistent with other generated headers. 15 years ago
Robert Haas ddfe26f644 Avoid maintaining three separate copies of the error codes list. 15 years ago
Bruce Momjian 35b0a6b205 Simplify code used in is_absolute_path() macro; also add comment about 15 years ago
Bruce Momjian 426227850b Rename function to first_path_var_separator() to clarify it works with 15 years ago
Peter Eisentraut 15f55cc38a Add validator to PL/Python 15 years ago
Magnus Hagander 5273f21434 Undefine setlocale() macro on Win32 15 years ago