Commit Graph

20210 Commits (21c2d4cd62f13780449db3337a202e749b85993a)

Author SHA1 Message Date
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
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
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 a335531ea4 Only install a portal's ResourceOwner if it actually has one. 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
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 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
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
Peter Eisentraut 1c5e869107 Translation updates 13 years ago
Alvaro Herrera a8e18f3bbf Translation updates 13 years ago
Tom Lane 619d755cdd Update time zone data files to tzdata release 2013b. 13 years ago
Tom Lane a6bd75a127 Reset OpenSSL randomness state in each postmaster child process. 13 years ago
Tom Lane 1173fa2a7e Ignore invalid indexes in pg_dump. 13 years ago
Tom Lane f75a538c85 Update time zone abbreviation lists for changes missed since 2006. 13 years ago
Tom Lane f85e3f3762 Fix infinite-loop risk in fixempties() stage of regex compilation. 13 years ago
Tom Lane 7140cef240 Fix to_char() to use ASCII-only case-folding rules where appropriate. 13 years ago
Tom Lane cf67814054 Fix overflow check in tm2timestamp (this time for sure). 13 years ago
Tom Lane 698d99221d Eliminate memory leaks in plperl's spi_prepare() function. 13 years ago
Tom Lane 4aa1546726 Add missing error check in regexp parser. 13 years ago
Heikki Linnakangas 2aaa14d421 Fix pg_dumpall with database names containing = 13 years ago
Heikki Linnakangas f835b71750 Don't pass NULL to fprintf, if a bogus connection string is given to pg_dump. 13 years ago
Tom Lane 06af3f9656 Further cleanup of gistsplit.c. 13 years ago
Tom Lane 754083fc5a Remove useless picksplit-doesn't-support-secondary-split log spam. 13 years ago
Tom Lane adc3fdd0d0 Document and clean up gistsplit.c. 13 years ago
Tom Lane 369c70ea44 Fix gist_box_same and gist_point_consistent to handle fuzziness correctly. 13 years ago
Tom Lane 02e7414386 Repair bugs in GiST page splitting code for multi-column indexes. 13 years ago
Tom Lane 19c115cb9a Fix possible failure to send final transaction counts to stats collector. 13 years ago
Tom Lane 2228ce6a11 Stamp 8.4.16. 13 years ago
Tom Lane 308ba8702c Prevent execution of enum_recv() from SQL. 13 years ago
Peter Eisentraut bae4b9a233 Translation updates 13 years ago
Alvaro Herrera 406758fd5d Fix typo in freeze_table_age implementation 13 years ago
Magnus Hagander d1bdb35a98 Properly zero-pad the day-of-year part of the win32 build number 13 years ago
Tom Lane b3e715a035 Fix grammar for subscripting or field selection from a sub-SELECT result. 13 years ago
Alvaro Herrera fe738d77f1 DROP OWNED: don't try to drop tablespaces/databases 13 years ago
Michael Meskes 060e2435f2 Made ecpglib use translated messages. 13 years ago
Andrew Dunstan b499cf8e83 Use correct output device for Windows prompts. 13 years ago
Tom Lane 0191095950 Fix one-byte buffer overrun in PQprintTuples(). 13 years ago