Commit Graph

32353 Commits (f18795e7b74c3c67fb65f253562f241f26f405c8)
 

Author SHA1 Message Date
Simon Riggs 5286105800 Cascading replication feature for streaming log-based replication. 14 years ago
Tom Lane 3d4890c0c5 Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info. 14 years ago
Michael Meskes 3406dd22fd Adapted expected result for latest change to ecpglib. 14 years ago
Robert Haas 367bc426a1 Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE. 14 years ago
Michael Meskes 8f8a273c4d Made ecpglib write double with a precision of 15 digits. 14 years ago
Robert Haas 3cba8999b3 Create a "fast path" for acquiring weak relation locks. 14 years ago
Peter Eisentraut 7ed8f6c517 Remove claim that the project is not represented in the SQL working group 14 years ago
Peter Eisentraut 3835855589 Note that information_schema.sql_languages was removed in SQL:2008 14 years ago
Robert Haas b59d2fe497 Add pg_opfamily_is_visible. 14 years ago
Tom Lane 9473bb96d0 Further thoughts about temp_file_limit patch. 14 years ago
Tom Lane 23e5b16c71 Add temp_file_limit GUC parameter to constrain temporary file space usage. 14 years ago
Tom Lane 1bc16a9460 Improve make_subplanTargetList to avoid including Vars unnecessarily. 14 years ago
Tom Lane 1af37ec96d Replace errdetail("%s", ...) with errdetail_internal("%s", ...). 14 years ago
Tom Lane 3ee7c8710d Use errdetail_internal() for SSI transaction cancellation details. 14 years ago
Tom Lane ed7ed76712 Add an errdetail_internal() ereport auxiliary routine. 14 years ago
Magnus Hagander 0886dde5f8 Fix SSPI login when multiple roundtrips are required 14 years ago
Alvaro Herrera d71197cd35 Set different deadlock_timeout on each session in new isolation tests 14 years ago
Peter Eisentraut bf3c585681 Set information_schema.tables.commit_action to null 14 years ago
Bruce Momjian c1129a14e1 Doc clarification for pg_locks columns. 14 years ago
Heikki Linnakangas 8d260911e8 Change the way the offset of downlink is stored in GISTInsertStack. 14 years ago
Heikki Linnakangas bc175eb805 Fix two ancient bugs in GiST code to re-find a parent after page split: 14 years ago
Bruce Momjian 1be9cdf6aa In docs, start window function sentence with "The asterisk (*)" rather 14 years ago
Tom Lane f3ff0433ab In planner, don't assume that empty parent tables aren't really empty. 14 years ago
Alvaro Herrera c529f8800e Fix broken markup 14 years ago
Peter Eisentraut f4678c205a Set information_schema.routines.is_udt_dependent to NO 14 years ago
Peter Eisentraut a99d45b805 Small update on suggested startup file locations 14 years ago
Peter Eisentraut 469a1087e2 Remove README.mb.big5 and README.mb.jp 14 years ago
Tom Lane 96f990e23b Update some comments to clarify who does what in targetlist creation. 14 years ago
Peter Eisentraut 0527a454ec Implement information schema interval_type columns 14 years ago
Bruce Momjian 80a1d16935 Use clearer woring for pg_locks columns, identifying which items are 14 years ago
Alvaro Herrera 0d29c375cc Blind attempt at fixing isolation_tester on Win32 14 years ago
Tom Lane c1d9579dd8 Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window. 14 years ago
Alvaro Herrera 846af54dd5 Add support for blocked commands in isolationtester 14 years ago
Magnus Hagander fd6913a189 perltidy run over msvc build system 14 years ago
Peter Eisentraut 912bc4f038 Make pg_upgrade output more consistent with project style 14 years ago
Bruce Momjian afc9635c60 Add C comment that txid_current() assigns an XID if one is not already 14 years ago
Peter Eisentraut 3315020a09 Fix and clarify information schema interval_precision fields 14 years ago
Andrew Dunstan 75726307e6 Improve wording of documentation on default privileges. 14 years ago
Robert Haas 4240e429d0 Try to acquire relation locks in RangeVarGetRelid. 14 years ago
Tom Lane 9d522cb35d Fix another oversight in logging of changes in postgresql.conf settings. 14 years ago
Heikki Linnakangas 89fd72cbf2 Introduce a pipe between postmaster and each backend, which can be used to 14 years ago
Heikki Linnakangas 9598afa3b0 Fix one overflow and one signedness error, caused by the patch to calculate 14 years ago
Peter Eisentraut 7544064b15 Add item about Clang support to 9.1 release notes 14 years ago
Peter Eisentraut f05c65090a Message style improvements 14 years ago
Tom Lane c59b8ba6cd Update examples for string-related functions. 14 years ago
Tom Lane 997d5b488a Update 9.1 release notes to reflect commits through today. 14 years ago
Heikki Linnakangas bdaabb9b22 There's a small window wherein a transaction is committed but not yet 14 years ago
Heikki Linnakangas 406d61835b SSI has a race condition, where the order of commit sequence numbers of 14 years ago
Peter Eisentraut d7fb49314d Fix use of unportable %m format 14 years ago
Tom Lane 60a81ad133 Reclassify replication-related GUC variables as "master" and "standby". 14 years ago