Commit Graph

2548 Commits (f11af2bcab36b51a7e41df7986d6f030459d7d09)

Author SHA1 Message Date
Kevin Grittner c5bf7a2052 WAL-log the extension of a new empty MV heap which is being populated. 12 years ago
Kevin Grittner 3bf3ab8c56 Add a materialized view relations. 13 years ago
Heikki Linnakangas 3d009e45bd Add support for piping COPY to/from an external program. 13 years ago
Peter Eisentraut ca9c666602 Correct tense in log message 13 years ago
Alvaro Herrera a730183926 Move relpath() to libpgcommon 13 years ago
Peter Eisentraut 9475db3a4e Add ALTER ROLE ALL SET command 13 years ago
Tom Lane cd89965aab Fix bogus when-to-deregister-from-listener-array logic. 13 years ago
Heikki Linnakangas fdf9e21196 Update visibility map in the second phase of vacuum. 13 years ago
Tom Lane c61e26ee3e Add support for ALTER RULE ... RENAME TO. 13 years ago
Bruce Momjian e8ae019661 Adjust COPY FREEZE error message to be more accurate and consistent. 13 years ago
Alvaro Herrera dd1569da67 Fix typo in freeze_table_age implementation 13 years ago
Tom Lane 991f3e5ab3 Provide database object names as separate fields in error messages. 13 years ago
Heikki Linnakangas c9d7dbacd3 Skip truncating ON COMMIT DELETE ROWS temp tables, if the transaction hasn't 13 years ago
Bruce Momjian 4deb57de7d Issue ERROR if FREEZE mode can't be honored by COPY 13 years ago
Bruce Momjian 7e2322dff3 Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent 13 years ago
Alvaro Herrera 0ac5ad5134 Improve concurrency of foreign key locking 13 years ago
Robert Haas ddef9a0028 Fix a few small bugs in yesterday's event trigger patch. 13 years ago
Robert Haas 841a5150c5 Add ddl_command_end support for event triggers. 13 years ago
Alvaro Herrera 765cbfdc92 Refactor ALTER some-obj RENAME implementation 13 years ago
Tom Lane c2a14bc7c9 Protect against SnapshotNow race conditions in pg_tablespace scans. 13 years ago
Alvaro Herrera 7ac5760fa2 Rework order of checks in ALTER / SET SCHEMA 13 years ago
Robert Haas a0dc23f205 Fix incorrect error message when schema-CREATE permission is absent. 13 years ago
Peter Eisentraut 49e7a26d67 Make some spelling more consistent 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Tom Lane 2ffa740be9 Fix ruleutils to cope with conflicts from adding/dropping/renaming columns. 13 years ago
Peter Eisentraut 0e690209ee Fix compiler warning about uninitialized variable 13 years ago
Robert Haas 82b1b213ca Adjust more backend functions to return OID rather than void. 13 years ago
Alvaro Herrera 5ab3af46dd Remove obsolete XLogRecPtr macros 13 years ago
Simon Riggs c2b3218064 Update comments on rd_newRelfilenodeSubid. 13 years ago
Robert Haas c504513f83 Adjust many backend functions to return OID rather than void. 13 years ago
Peter Eisentraut 740ee42da5 Make some messages more consistent in style 13 years ago
Tom Lane 343c2a865b Fix pg_extension_config_dump() to handle update cases more sanely. 13 years ago
Tom Lane 6919b7e329 Fix failure to ignore leftover temp tables after a server crash. 13 years ago
Tom Lane cd3413ec36 Disable event triggers in standalone mode. 13 years ago
Kevin Grittner b19e4250b4 Fix performance problems with autovacuum truncation in busy workloads. 13 years ago
Simon Riggs 1f023f9297 Optimize COPY FREEZE with CREATE TABLE also. 13 years ago
Simon Riggs 1eb6cee499 Clarify that COPY FREEZE is not a hard rule. 13 years ago
Simon Riggs 62656617db Avoid holding vmbuffer pin after VACUUM. 13 years ago
Simon Riggs 5457a130d3 Reduce scope of changes for COPY FREEZE. 13 years ago
Tom Lane 7b90469b71 Allow adding values to an enum type created in the current transaction. 13 years ago
Simon Riggs 8de72b66a2 COPY FREEZE and mark committed on fresh tables. 13 years ago
Tom Lane da63fec7db Add missing buffer lock acquisition in GetTupleForTrigger(). 13 years ago
Tom Lane 3c84046490 Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. 13 years ago
Alvaro Herrera 1577b46b7c Split out rmgr rm_desc functions into their own files 13 years ago
Tom Lane 532994299e Revert patch for taking fewer snapshots. 13 years ago
Heikki Linnakangas dbdf9679d7 Use correct text domain for translating errcontext() messages. 13 years ago
Tom Lane 75af5ae9c0 Don't trash input list structure in does_not_exist_skipping(). 13 years ago
Tom Lane 5ed6546cf7 Fix handling of inherited check constraints in ALTER COLUMN TYPE. 13 years ago
Alvaro Herrera 04f28bdb84 Fix ALTER EXTENSION / SET SCHEMA 13 years ago
Kevin Grittner 6868ed7491 Throw error if expiring tuple is again updated or deleted. 13 years ago