Commit Graph

264 Commits (9af4159fce6654aa0e081b00d02bca40b978745c)

Author SHA1 Message Date
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Robert Haas 05f3f9c7b2 Extend object-access hook machinery to support post-alter events. 12 years ago
Robert Haas f90cc26982 Code beautification for object-access hook machinery. 12 years ago
Alvaro Herrera 0ac5ad5134 Improve concurrency of foreign key locking 13 years ago
Tom Lane c2a14bc7c9 Protect against SnapshotNow race conditions in pg_tablespace scans. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Robert Haas 82b1b213ca Adjust more backend functions to return OID rather than void. 13 years ago
Robert Haas c504513f83 Adjust many backend functions to return OID rather than void. 13 years ago
Alvaro Herrera 1577b46b7c Split out rmgr rm_desc functions into their own files 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Alvaro Herrera 45326c5a11 Split resowner.h 13 years ago
Peter Eisentraut d933092e0a Add more message pluralization 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Peter Eisentraut 64e1309c76 Consistently quote encoding and locale names in messages 13 years ago
Tom Lane c7cea267de Replace empty locale name with implied value in CREATE DATABASE and initdb. 13 years ago
Robert Haas 07d1edb954 Extend object access hook framework to support arguments, and DROP. 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Simon Riggs f3ebaad45b Comment changes to show bgwriter no longer performs checkpoints. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Robert Haas 463f2625a5 Support SECURITY LABEL on databases, tablespaces, and roles. 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 14 years ago
Peter Eisentraut b313bca0af DDL support for collations 15 years ago
Peter Eisentraut 414c5a2ea6 Per-column collation support 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Robert Haas cc1ed40d57 Object access hook framework, with post-creation hook. 15 years ago
Robert Haas 11e482c350 Move copydir() prototype into its own header file. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Robert Haas 2a6ef3445c Standardize get_whatever_oid functions for object types with 15 years ago
Bruce Momjian c86f467d18 Properly replay CREATE TABLESPACE during crash recovery by deleting 15 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Robert Haas e26c539e9f Wrap calls to SearchSysCache and related functions using macros. 16 years ago
Simon Riggs 8bfd1a8848 Lock database while running drop database in Hot Standby to protect 16 years ago
Simon Riggs e99767bc28 First part of refactoring of code for ResolveRecoveryConflict. Purposes 16 years ago
Simon Riggs 3bfcccc295 During Hot Standby, fix drop database when sessions idle. 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Simon Riggs efc16ea520 Allow read only connections during recovery, known as Hot Standby. 16 years ago
Tom Lane 8f8a5df694 Make initdb behave sanely when the selected locale has codeset "US-ASCII". 16 years ago
Alvaro Herrera 2eda8dfb52 Make it possibly to specify GUC params per user and per database. 16 years ago
Alvaro Herrera a8bb8eb583 Remove flatfiles.c, which is now obsolete. 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Tom Lane 421c66b76c Modify CREATE DATABASE to enforce that the source database's encoding setting 16 years ago
Tom Lane d7ee335520 Tweak a comment to agree a bit better with the new dispensation that 16 years ago
Tom Lane b9e9775e0c Don't use the result of strcmp as if it were a boolean. 16 years ago
Alvaro Herrera 1bb257fae6 Add missing periods. 16 years ago
Heikki Linnakangas 1eef90d0a2 Rename the new CREATE DATABASE options to set collation and ctype into 16 years ago
Heikki Linnakangas 4265ed9f4e Check that connection limit is within valid range. IOW, not < -1. 17 years ago
Heikki Linnakangas b2a667b9ee Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane 6517f377d6 Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least 17 years ago
Tom Lane 902d1cb35f Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, 17 years ago