Commit Graph

29342 Commits (759d0f19dc0ede995cacda062bc99b59e2077d2c)
 

Author SHA1 Message Date
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
Tom Lane bc0630bdd3 Update release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17. 13 years ago
Peter Eisentraut 1c5e869107 Translation updates 13 years ago
Alvaro Herrera a8e18f3bbf Translation updates 13 years ago
Tom Lane dd3728db28 Document encode(bytea, 'escape')'s behavior correctly. 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 225046199c Don't put <indexterm> before <term> in <varlistentry> items. 13 years ago
Tom Lane 8c54115cbb Improve documentation of EXTRACT(WEEK). 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
Peter Eisentraut e851b1f1b9 doc: Awkward phrasing fix 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
Peter Eisentraut 4fd25a367f doc: Fix markup typo 13 years ago
Peter Eisentraut 570e15f16f doc: Remove PostgreSQL version number from xml2 deprecation notice 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 697f5cadf5 Fix contrib/pg_trgm's similarity() function for trigram-free strings. 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 77b9bac3be Make contrib/btree_gist's GiST penalty function a bit saner. 13 years ago
Tom Lane f27cbcdc6b Fix erroneous range-union logic for varlena types in contrib/btree_gist. 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
Tom Lane 90f77d759b Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4.16, 8.3.23. 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
Peter Eisentraut bed5141685 doc: Fix syntax of a URL 13 years ago
Andrew Dunstan ef75023efb Make pgxs build executables with the right suffix. 13 years ago
Tom Lane 4d08f56dee Protect against SnapshotNow race conditions in pg_tablespace scans. 13 years ago
Heikki Linnakangas 94b6458c10 On second thought, use an empty string instead of "none" when not connected. 13 years ago
Heikki Linnakangas 20df7e9053 Don't pass NULL to fprintf, if not currently connected to a database. 13 years ago
Tom Lane e2120d7568 Reject out-of-range dates in to_date(). 13 years ago
Tom Lane dc745164f0 Add new timezone abbrevation "FET". 13 years ago