Commit Graph

22323 Commits (REL8_1_STABLE)
 

Author SHA1 Message Date
Marc G. Fournier b196a71d88 Tag 8.1.23. 15 years ago
Marc G. Fournier 6de5df1f87 Tag 8.1.23. 15 years ago
Tom Lane e8b1dd7a67 Update release notes for releases 9.0.2, 8.4.6, 8.3.13, 8.2.19, and 8.1.23. 15 years ago
Peter Eisentraut f512575500 Translation updates for release 8.1.23 15 years ago
Tom Lane 3d574824fe Update time zone data files to tzdata release 2010o: DST law changes in 15 years ago
Tom Lane 6b2c0eab1f Force default wal_sync_method to be fdatasync on Linux. 15 years ago
Tom Lane 0ae63a4fb2 Add a stack overflow check to copyObject(). 15 years ago
Tom Lane 8a6eb2ee98 Prevent inlining a SQL function with multiple OUT parameters. 15 years ago
Tom Lane 35a3def7b2 Fix significant memory leak in contrib/xml2 functions. 15 years ago
Itagaki Takahiro 268da29219 Don't raise "identifier will be truncated" messages in dblink 15 years ago
Heikki Linnakangas acbffaa77d The GiST scan algorithm uses LSNs to detect concurrent pages splits, but 15 years ago
Robert Haas 0e27a73191 Fix bug in cube picksplit algorithm. 15 years ago
Tom Lane 40da2c778c Add missing outfuncs.c support for struct InhRelation. 15 years ago
Tom Lane faea083531 Fix old oversight in const-simplification of COALESCE() expressions. 15 years ago
Heikki Linnakangas f5cf3ce7a4 Fix bug introduced by the recent patch to check that the checkpoint redo 15 years ago
Tom Lane 5154ebad98 Fix line_construct_pm() for the case of "infinite" (DBL_MAX) slope. 15 years ago
Tom Lane 1d5edff1b0 Repair memory leakage while ANALYZE-ing complex index expressions. 15 years ago
Tom Lane 17b38fae86 Add support for detecting register-stack overrun on IA64. 15 years ago
Tom Lane 9f22a3f091 Reduce recursion depth in recently-added regression test. 15 years ago
Tom Lane 2868b0cbe0 Ensure an index that uses a whole-row Var still depends on its table. 15 years ago
Tom Lane c0486e9dea Fix plpgsql's handling of "simple" expression evaluation. 15 years ago
Heikki Linnakangas 35b66df6e7 Before removing backup_label and irrevocably changing pg_control file, check 15 years ago
Heikki Linnakangas 62f86b32ea If pk is NULL, the backend would segfault when accessing ->algo and the 15 years ago
Robert Haas 04daad28c8 Warn that views can be safely used to hide columns, but not rows. 15 years ago
Marc G. Fournier d6d7926cd1 Tag 8.1.22 15 years ago
Tom Lane 329d7554a6 Use a separate interpreter for each calling SQL userid in plperl and pltcl. 15 years ago
Peter Eisentraut 51b69efc28 Translation updates for 8.1.22 15 years ago
Tom Lane 10fbaf0f94 Update release notes for releases 9.0.1, 8.4.5, 8.3.12, 8.2.18, 8.1.22, 15 years ago
Tom Lane 3c2da80df6 Further fixes to the pg_get_expr() security fix in back branches. 15 years ago
Tom Lane 5efa1444e6 Still more .gitignore cleanup. 15 years ago
Robert Haas cf497cbdf2 Add contrib/xml2/pgxml.sql to .gitignore 15 years ago
Tom Lane 511449d40f Prevent show_session_authorization from crashing when session_authorization 15 years ago
Tom Lane 4e2e9f27dd More fixes for libpq's .gitignore file. 15 years ago
Tom Lane 7c192c9193 Do some copy-editing on the Git usage docs. 15 years ago
Tom Lane 2e75e7082d Fix documentation gitignore for pre-9.0 doc build methods. 15 years ago
Tom Lane f02f7c4c93 Some more gitignore cleanups: cover contrib and PL regression test outputs. 15 years ago
Magnus Hagander 706a5809b9 Remove anonymous cvs instructions, and replace them with instructions 15 years ago
Magnus Hagander 3fb50a7288 Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Tom Lane a17e0e1f2d Back-patch replacement of README.CVS with README.git. 15 years ago
Tom Lane deb8a22cac Update time zone data files to tzdata release 2010l: DST law changes in 16 years ago
Tom Lane c2c90a5430 Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF 16 years ago
Peter Eisentraut 703cd9c31f Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtr 16 years ago
Tom Lane e521b3e9b5 Arrange to fsync the contents of lockfiles (both postmaster.pid and the 16 years ago
Tom Lane 7ded6d69d5 Fix psql's copy of utf2ucs() to match the backend's copy exactly; 16 years ago
Robert Haas 35f0dccb0d Fix one more incorrect errno definition in the ECPG manual. 16 years ago
Robert Haas 19efe0489f Fix incorrect errno definitions in ECPG manual. 16 years ago
Tom Lane d0844a851f Fix incorrect logic in plpgsql for cleanup after evaluation of non-simple 16 years ago
Tom Lane 2f7cd4356b Improved version of patch to protect pg_get_expr() against misuse: 16 years ago
Tom Lane 9e468f94aa Fix another longstanding problem in copy_relation_data: it was blithely 16 years ago
Robert Haas 76a106f264 Fix possible page corruption by ALTER TABLE .. SET TABLESPACE. 16 years ago