Commit Graph

29412 Commits (2c3b7d2247d8989c4ef726ecdd65817c02afbf69)
 

Author SHA1 Message Date
Tom Lane 2c3b7d2247 Defend against bad trigger definitions in contrib/lo's lo_manage() trigger. 12 years ago
Tom Lane d0378c8a8c Fix array slicing of int2vector and oidvector values. 12 years ago
Tom Lane 3482f29869 Ensure _dosmaperr() actually sets errno correctly. 12 years ago
Peter Eisentraut 240766a6ec Avoid potential buffer overflow crash 12 years ago
Tom Lane 122ba5dadf Flatten join alias Vars before pulling up targetlist items from a subquery. 12 years ago
Tom Lane 6765a2c96a Fix incorrect loop counts in tidbitmap.c. 12 years ago
Tom Lane 0d6a006df6 Clarify CREATE FUNCTION documentation about handling of typmods. 12 years ago
Magnus Hagander 8633aa9c3f Fix doc links in README file to work with new website layout 12 years ago
Heikki Linnakangas b6f82acefd Fix race condition in GIN posting tree page deletion. 12 years ago
Tom Lane 90b07dd7ba Make contain_volatile_functions/contain_mutable_functions look into SubLinks. 12 years ago
Tom Lane 3eb777671b Be more robust when strerror() doesn't give a useful result. 12 years ago
Tom Lane 72c8a584bf Prevent creating window functions with default arguments. 12 years ago
Tom Lane 2268d1c14c Improve the error message given for modifying a window with frame clause. 12 years ago
Michael Meskes 5f8f8cbec5 Changed test case slightly so it doesn't have an unused typedef. 12 years ago
Tom Lane d74eaf374f Ensure all files created for a single BufFile have the same resource owner. 12 years ago
Tom Lane 01499ea330 Fix some odd behaviors when using a SQL-style simple GMT offset timezone. 12 years ago
Tom Lane a1f86e70c8 Prevent using strncpy with src == dest in TupleDescInitEntry. 12 years ago
Peter Eisentraut de63db920f doc: Remove i18ngurus.com link 12 years ago
Bruce Momjian 8c64e93370 doc: fix typo in release notes 12 years ago
Peter Eisentraut e6a8de2854 Stamp 8.4.18. 12 years ago
Bruce Momjian 3ac00d8701 docs: update release notes for 8.4.18, 9.0.14, 9.1.10, 9.2.5, 9.3.1 12 years ago
Peter Eisentraut 45336e837a Translation updates 12 years ago
Peter Eisentraut 50eeeb0290 doc: Correct psycopg URL 12 years ago
Heikki Linnakangas fef01d4199 Fix snapshot leak if lo_open called on non-existent object. 12 years ago
Heikki Linnakangas 5fdab1ea51 Fix spurious warning after vacuuming a page on a table with no indexes. 12 years ago
Alvaro Herrera a6b831a528 Fix pgindent comment breakage 12 years ago
Stephen Frost d6dc44a879 Fix SSL deadlock risk in libpq 12 years ago
Noah Misch 312116ed7d Ignore interrupts during quickdie(). 12 years ago
Michael Meskes 83ec831368 Return error if allocation of new element was not possible. 13 years ago
Tom Lane f74a024c33 Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off. 13 years ago
Tom Lane 8bfca9923c Update time zone data files to tzdata release 2013d. 13 years ago
Andrew Dunstan 9346ed0be1 Fix relfrozenxid query in docs to include TOAST tables. 13 years ago
Tom Lane 70ebdd0844 In locate_grouping_columns(), don't expect an exact match of Var typmods. 13 years ago
Tom Lane 8396d230fa Disable -faggressive-loop-optimizations in gcc 4.8+ for pre-9.2 branches. 13 years ago
Tom Lane de27c2985f Make sure float4in/float8in accept all standard spellings of "infinity". 13 years ago
Alvaro Herrera 1bd148c6aa Fix old visibility bug in HeapTupleSatisfiesDirty 13 years ago
Tom Lane b2bdb7b76f Fix regexp_matches() handling of zero-length matches. 13 years ago
Tom Lane 21c2d4cd62 Fix contrib/cube and contrib/seg to build with bison 3.0. 13 years ago
Tom Lane 0766904ada Fix booltestsel() for case where we have NULL stats but not MCV stats. 13 years ago
Alvaro Herrera 0883c85334 Check for NULL result from strdup 13 years ago
Tom Lane a8d59a9e68 Change post-rewriter representation of dropped columns in joinaliasvars. 13 years ago
Robert Haas 3b35f1caa7 doc: Fix typos in conversion names. 13 years ago
Michael Meskes d29130bd0f Initialize day of year value. 13 years ago
Tom Lane 57ddea3a27 Fix regex match failures for backrefs combined with non-greedy quantifiers. 13 years ago
Stephen Frost 4285fb9ff5 Ensure 64bit arithmetic when calculating tapeSpace 13 years ago
Michael Meskes 636c55b2ec Also escape double quotes for ECPG's #line statement. 13 years ago
Michael Meskes 434943d576 Applied patch by MauMau <maumau307@gmail.com> to escape filenames in #line statements. 13 years ago
Alvaro Herrera e9ac1b8775 Mention extra_float_digits in floating point docs 13 years ago
Tom Lane 17abf275f0 Mark index-constraint comments with correct dependency in pg_dump. 13 years ago
Tom Lane 158e3199ef Expect EWOULDBLOCK from a non-blocking connect() call only on Windows. 13 years ago