Commit Graph

11890 Commits (59a4a571d396ec00a7e363dca8b2f5eb2d8307ad)

Author SHA1 Message Date
Tom Lane 6252c4f9e2 Run a portal's cleanup hook immediately when pushing it to DONE state. 15 years ago
Peter Eisentraut 091bda0188 Add collations to information_schema.usage_privileges 15 years ago
Heikki Linnakangas 6eba5a7c57 Change pg_last_xlog_receive_location() not to move backwards. That makes 15 years ago
Heikki Linnakangas 47ad79122b Fix bugs in Serializable Snapshot Isolation. 15 years ago
Tom Lane 97c4ee94ad Include the target table in EXPLAIN output for ModifyTable nodes. 15 years ago
Robert Haas 59d6a75942 Avoid excessive Hot Standby feedback messages. 15 years ago
Tom Lane c0b0076036 Rearrange snapshot handling to make rule expansion more consistent. 15 years ago
Robert Haas 92c30fd2ed Rename pg_stat_replication.apply_location to replay_location. 15 years ago
Tom Lane a874fe7b4c Refactor the executor's API to support data-modifying CTEs better. 15 years ago
Bruce Momjian 67a5e727c8 Be less detailed about reporting shared memory failure by avoiding the 15 years ago
Heikki Linnakangas be6668d6ef Increase the default for wal_sender_delay from 200ms to 1s. Now that WAL 15 years ago
Tom Lane 000128bc7f Fix order of shutdown processing when CTEs contain inter-references. 15 years ago
Tom Lane 389af95155 Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. 15 years ago
Robert Haas 79ad8fc5f8 Named restore point improvements. 15 years ago
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
Robert Haas 3e6b305d9e Fix a couple of unlogged tables goofs. 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 ca9cf85d54 Fix pg_server_to_client, that was broken in the previous commit. 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
Tom Lane 82220e8832 Un-break building with BTREE_BUILD_STATS. 15 years ago
Simon Riggs bc76695c4c Make a hard state change from catchup to streaming mode. 15 years ago
Simon Riggs 06828c5feb Separate messages for standby replies and hot standby feedback. 15 years ago
Magnus Hagander 45a6d79b17 Properly initialize variables 15 years ago
Michael Meskes bc423879cc Applied a patch by Zoltán Böszörményi that makes ecpg's parser accept dynamic cursornames even in WHERE CURRENT OF clauses. 15 years ago
Itagaki Takahiro 5c63982af2 Fix an uninitialized field in DR_copy. 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
Robert Haas a3e8486dff Prevent possible compiler warnings. 15 years ago
Robert Haas f196738534 Add some words of caution to elog.c. 15 years ago
Tom Lane 93016983d1 Fix blatantly uninitialized variable in recent commit. 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 65076269ea Make a no-op ALTER EXTENSION UPDATE give just a NOTICE, not ERROR. 15 years ago
Robert Haas 3a087369c0 WAL receiver shouldn't try to send a reply when dying. 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 eff027c432 Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX. 15 years ago
Robert Haas 883a9659fa Assorted corrections to the patch to add WAL receiver replies. 15 years ago
Robert Haas 6a77e9385e Rename max_predicate_locks_per_transaction. 15 years ago
Robert Haas 0d90dc16f8 Avoid a few more SET DATA TYPE table rewrites. 15 years ago
Robert Haas 8e1124eeeb Delete stray word from comment. 15 years ago