Commit Graph

1452 Commits (d63de337f3e235f02d79a1df79dddbb002e9fd4e)

Author SHA1 Message Date
Tom Lane 4c2777d0b7 Change get_variable_numdistinct's API to flag default estimates explicitly. 15 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 15 years ago
Tom Lane b5282aa893 Revise sinval code to remove no-longer-used tuple TID from inval messages. 15 years ago
Tom Lane 2ada6779c5 Fix race condition in relcache init file invalidation. 15 years ago
Bruce Momjian 6d7bd5dec9 Make USECS_PER_* timestamp macros visible even when we are not using 15 years ago
Tom Lane cacd42d62c Rewrite libxml error handling to be more robust. 15 years ago
Simon Riggs 4bd8ed31b7 Introduce sending servers as new category for replication params 15 years ago
Robert Haas 367bc426a1 Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE. 15 years ago
Tom Lane 23e5b16c71 Add temp_file_limit GUC parameter to constrain temporary file space usage. 15 years ago
Tom Lane ed7ed76712 Add an errdetail_internal() ereport auxiliary routine. 15 years ago
Tom Lane 9d522cb35d Fix another oversight in logging of changes in postgresql.conf settings. 15 years ago
Tom Lane 60a81ad133 Reclassify replication-related GUC variables as "master" and "standby". 15 years ago
Tom Lane 14f67192c2 Remove assumptions that not-equals operators cannot be in any opclass. 15 years ago
Alvaro Herrera b93f5a5673 Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h 15 years ago
Robert Haas 8f9fe6edce Add notion of a "transform function" that can simplify function calls. 15 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 15 years ago
Tom Lane ea8e42f3a0 Fix failure to check whether a rowtype's component types are sortable. 15 years ago
Tom Lane e05b866447 Split PGC_S_DEFAULT into two values, for true boot_val vs computed default. 15 years ago
Andrew Dunstan c02d5b7c27 Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking printf type functions. 15 years ago
Robert Haas be90032e0d Remove partial and undocumented GRANT .. FOREIGN TABLE support. 15 years ago
Tom Lane 2ab0796d7a Fix char2wchar/wchar2char to support collations properly. 15 years ago
Tom Lane d64713df7e Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 15 years ago
Tom Lane 3c381a55b0 Teach pattern_fixed_prefix() about collations. 15 years ago
Heikki Linnakangas 7c797e7194 Fix the size of predicate lock manager's shared memory hash tables at creation. 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Tom Lane 2594cf0e8c Revise the API for GUC variable assign hooks. 15 years ago
Robert Haas f5e524d92b Add casts from int4 and int8 to numeric. 15 years ago
Robert Haas 50533a6dc5 Support comments on FOREIGN DATA WRAPPER and SERVER objects. 15 years ago
Tom Lane b23c9fa929 Clean up a few failures to set collation fields in expression nodes. 15 years ago
Bruce Momjian b051a34fd8 Remove duplicate time-based macros recently added. 15 years ago
Tom Lane 696d1f7f06 Make all comparisons done for/with statistics use the default collation. 15 years ago
Bruce Momjian 3a3f39fdc0 Use macros for time-based constants, rather than constants. 15 years ago
Tom Lane 49a08ca1e9 Adjust the permissions required for COMMENT ON ROLE. 15 years ago
Tom Lane 8d3b421f5f Allow non-superusers to create (some) extensions. 15 years ago
Tom Lane 6252c4f9e2 Run a portal's cleanup hook immediately when pushing it to DONE state. 15 years ago
Tom Lane c0b0076036 Rearrange snapshot handling to make rule expansion more consistent. 15 years ago
Tom Lane a874fe7b4c Refactor the executor's API to support data-modifying CTEs better. 15 years ago
Tom Lane 389af95155 Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. 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 327e025071 Create the catalog infrastructure for foreign-data-wrapper handlers. 15 years ago
Itagaki Takahiro 62c7bd31c8 Add transaction-level advisory locks. 15 years ago
Tom Lane 6595dd04d1 Add backwards-compatible declarations of some core GIN support functions. 15 years ago
Tom Lane 6e02755b22 Add FOREACH IN ARRAY looping to plpgsql. 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
Peter Eisentraut b313bca0af DDL support for collations 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
Robert Haas ddfe26f644 Avoid maintaining three separate copies of the error codes list. 15 years ago