Commit Graph

30731 Commits (20cf8ae478c2712d4c211b49868e334357f05356)
 

Author SHA1 Message Date
Robert Haas 20cf8ae478 Fix copy-and-pasteo a little more completely. 15 years ago
Alvaro Herrera ae4b17edee Fix copy-and-pasteo. 15 years ago
Simon Riggs 52010027ef Avoid spurious Hot Standby conflicts from btree delete records. 15 years ago
Tom Lane 357edc9a99 Adjust comments about what's needed to avoid make 3.80 bug. 15 years ago
Robert Haas 5ccbc3d802 Correct poor grammar in comment. 15 years ago
Robert Haas 4fa0a23c70 Fix bug in cube picksplit algorithm. 15 years ago
Robert Haas 5aa446c961 Cleanup various comparisons with the constant "true". 15 years ago
Tom Lane 3892a2d861 Fix canAcceptConnections() bugs introduced by replication-related patches. 15 years ago
Tom Lane 1bd2012149 Work around make 3.80 bug with long expansions of $(eval). 15 years ago
Tom Lane 2138c701a3 Add missing outfuncs.c support for struct InhRelation. 15 years ago
Andrew Dunstan 52e2c12288 Attempt to fix MSVC builds broken by parallel make changes. 15 years ago
Robert Haas 11e482c350 Move copydir() prototype into its own header file. 15 years ago
Tom Lane d7304244e2 Fix old oversight in const-simplification of COALESCE() expressions. 15 years ago
Peter Eisentraut 19e231bbda Improved parallel make support 15 years ago
Peter Eisentraut d6754f67b0 docs -> documentation 15 years ago
Heikki Linnakangas e356743f3e Add missing support for removing foreign data wrapper / server privileges 15 years ago
Heikki Linnakangas 542bdb2146 Fix bug introduced by the recent patch to check that the checkpoint redo 15 years ago
Tom Lane b0f2d681bd Fix line_construct_pm() for the case of "infinite" (DBL_MAX) slope. 15 years ago
Bruce Momjian 8f742d1cda Mention that pg_upgrade requires compatible 32/64-bit binaries. 15 years ago
Robert Haas 7ba6e4f0e0 Add monitoring function pg_last_xact_replay_timestamp. 15 years ago
Itagaki Takahiro 844ed5dc97 Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warnings 15 years ago
Alvaro Herrera b47953f9c6 Merge docs for CREATE CONSTRAINT TRIGGER and CREATE TRIGGER 15 years ago
Tom Lane 0de92fd13c Improve pg_ctl's man page. 15 years ago
Tom Lane 80fb2c1f40 Repair memory leakage while ANALYZE-ing complex index expressions. 15 years ago
Heikki Linnakangas 000efc3dfd In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate the tuple 15 years ago
Alvaro Herrera 73bc5218df plpython has plpy.Error instead of plpy.ERROR 15 years ago
Tom Lane 54428dbe90 Fix error handling in temp-file deletion with log_temp_files active. 15 years ago
Alvaro Herrera 854ae8c3a6 Fix permanent memory leak in autovacuum launcher 15 years ago
Tom Lane 947d0c862c Use appendrel planning logic for top-level UNION ALL structures. 15 years ago
Tom Lane 543d22fc74 Prevent invoking I/O conversion casts via functional/attribute notation. 15 years ago
Tom Lane e43fb604d6 Implement an "S" option for psql's \dn command. 15 years ago
Tom Lane d7a2ce4905 Add support for detecting register-stack overrun on IA64. 15 years ago
Tom Lane dd1c781903 Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely. 15 years ago
Tom Lane 6736916f5f Include the current value of max_stack_depth in stack depth complaints. 15 years ago
Tom Lane 5e8b7b0b73 Allow moddatetime's target column to be of type timestamptz. 15 years ago
Tom Lane 09211659d9 Use appendStringInfoString() where appropriate in elog.c. 15 years ago
Tom Lane 034967bdcb Reimplement planner's handling of MIN/MAX aggregate optimization. 15 years ago
Tom Lane 0abc8fdd4d Reduce recursion depth in recently-added regression test. 15 years ago
Tom Lane 70a0160b07 Use only one hash entry for all instances of a pltcl trigger function. 15 years ago
Peter Eisentraut dd21f0b047 Print a make warning when using GNU make older than 3.80 15 years ago
Tom Lane 61d6dd0c03 Fix adjust_semi_join to be more cautious about clauseless joins. 15 years ago
Tom Lane 71baff1786 Fix buffer overrun in pg_upgrade. 15 years ago
Tom Lane 9f376e146b Ensure an index that uses a whole-row Var still depends on its table. 15 years ago
Michael Meskes 35d5d962e1 Some cleanup in ecpg code: 15 years ago
Heikki Linnakangas 8c843fff2d Bootstrap WAL to begin at segment logid=0 logseg=1 (000000010000000000000001) 15 years ago
Tom Lane 0811ff2063 Avoid using a local FunctionCallInfoData struct in ExecMakeFunctionResult 15 years ago
Heikki Linnakangas 931b6db39b Fix corner-case bug in tracking of latest removed WAL segment during 15 years ago
Tom Lane 76b12e0af7 Revert removal of trigger flag from plperl function hash key. 15 years ago
Tom Lane 186cbbda8f Provide hashing support for arrays. 15 years ago
Peter Eisentraut bd1ff97133 Change version number in release notes to 9.1alpha2 15 years ago