Commit Graph

29389 Commits (fef01d4199f18a9ccc5748fdc9ee44720d3a97c8)
 

Author SHA1 Message Date
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. 12 years ago
Tom Lane f74a024c33 Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off. 12 years ago
Tom Lane 8bfca9923c Update time zone data files to tzdata release 2013d. 12 years ago
Andrew Dunstan 9346ed0be1 Fix relfrozenxid query in docs to include TOAST tables. 12 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
Tom Lane 57a2155ebb Tweak wording in sequence-function docs to avoid PDF build failures. 13 years ago
Noah Misch d5ce39365f Document effect of constant folding on CASE. 13 years ago
Peter Eisentraut 98be2b5611 Update CREATE FUNCTION documentation about argument names 13 years ago
Tom Lane a335531ea4 Only install a portal's ResourceOwner if it actually has one. 13 years ago
Robert Haas 0da76f384d Improve description of loread/lowrite. 13 years ago
Tatsuo Ishii f5ef162dff Add description that loread()/lowrite() are corresponding to 13 years ago
Tom Lane 7235435114 Remove unnecessary restrictions about RowExprs in transformAExprIn(). 13 years ago
Andrew Dunstan 160f2cb4ec Don't downcase non-ascii identifier chars in multi-byte encodings. 13 years ago
Kevin Grittner 54f68364e4 Correct the documentation of pg_rewrite.ev_attr. 13 years ago
Tom Lane 60482b75bc Minor docs wordsmithing. 13 years ago
Tom Lane 5e9027bd50 Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests. 13 years ago
Tom Lane 0ac9f9e939 Fix fd.c to preserve errno where needed. 13 years ago
Tom Lane 65d2b4be0c Fix handling of OID wraparound while in standalone mode. 13 years ago
Tom Lane 79e5d72f3c Guard against input_rows == 0 in estimate_num_groups(). 13 years ago
Tom Lane a0a98837f4 Fix pgp_pub_decrypt() so it works for secret keys with passwords. 13 years ago
Bruce Momjian 4fc423970c docs: log_line_prefix session id fix 13 years ago
Bruce Momjian adee0d80b8 doc: fix log_line_prefix session_id %c item 13 years ago
Tom Lane 8e85397638 Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY commands. 13 years ago
Tom Lane eab46ee07f Fix longstanding race condition in plancache.c. 13 years ago
Peter Eisentraut 2534ac426d doc: Remove excessive table cell 13 years ago
Peter Eisentraut 759d0f19dc doc: Fix number of columns in table 13 years ago
Heikki Linnakangas 7a30f29b05 Fix crash on compiling a regular expression with more than 32k colors. 13 years ago
Tom Lane 292f7b2726 Stamp 8.4.17. 13 years ago