Commit Graph

33387 Commits (7ddadacec4ddea5d0b2e7452ec7adccd015c3bb6)
 

Author SHA1 Message Date
Tom Lane 7ddadacec4 Fix psql's code for locale-aware formatting of numeric output. 10 years ago
Andres Freund ff090bbb76 Lower *_freeze_max_age minimum values. 10 years ago
Tom Lane f5f9d1b74e Docs: fix typo in to_char() example. 10 years ago
Tom Lane 5f79730ec0 Fix possible internal overflow in numeric multiplication. 10 years ago
Noah Misch 5dc49efe90 Restrict file mode creation mask during tmpfile(). 10 years ago
Tom Lane 553ce7e9a8 Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock(). 10 years ago
Michael Meskes a369ef9136 Let compiler handle size calculation of bool types. 10 years ago
Tom Lane 28c396134e Fix low-probability memory leak in regex execution. 10 years ago
Tom Lane dad7ea7e4d Fix documentation of regular expression character-entry escapes. 10 years ago
Tom Lane 06a1ada793 Remove set-but-not-used variable. 10 years ago
Bruce Momjian c5391e9334 pg_dump, pg_upgrade: allow postgres/template1 tablespace moves 10 years ago
Tom Lane a3b420e6c8 Revert "Fix typo in setrefs.c" 10 years ago
Stephen Frost 7f0ca9a336 Fix typo in setrefs.c 10 years ago
Tom Lane 5bd86b21df Fix minor bug in regexp makesearch() function. 10 years ago
Fujii Masao 60fe73b79c Remove files signaling a standby promotion request at postmaster startup 10 years ago
Fujii Masao da5fb2af35 Add gin_fuzzy_search_limit to postgresql.conf.sample. 10 years ago
Alvaro Herrera cedb3e66ae Fix error message wording in previous sslinfo commit 10 years ago
Alvaro Herrera adc48eaa44 Add more sanity checks in contrib/sslinfo 10 years ago
Greg Stark 0252d77772 Change type of DOW/DOY to UNITS 10 years ago
Teodor Sigaev 364c023570 Make GIN's cleanup pending list process interruptable 10 years ago
Teodor Sigaev e3fa55d143 Update site address of Snowball project 10 years ago
Greg Stark 07cef3eb8a Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than 10 years ago
Heikki Linnakangas 20d309a8f4 Fix misc typos. 11 years ago
Tom Lane dae1c9480e Fix subtransaction cleanup after an outer-subtransaction portal fails. 11 years ago
Tom Lane 14b497cfbb Fix s_lock.h PPC assembly code to be compatible with native AIX assembler. 11 years ago
Bruce Momjian 7c1c1c6d46 dblink docs: fix typo to use "connname" (3 n's), not "conname" 11 years ago
Tom Lane 9b1b9446f5 Add a small cache of locks owned by a resource owner in ResourceOwner. 11 years ago
Tom Lane 31934dd3dd Docs: be explicit about datatype matching for lead/lag functions. 11 years ago
Tom Lane 87b8c9e12f Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup(). 11 years ago
Tom Lane 1d190d095f Fix plpython crash when returning string representation of a RECORD result. 11 years ago
Tom Lane f2ae044bab Allow record_in() and record_recv() to work for transient record types. 11 years ago
Tom Lane 17aa3c2d13 Fix a few bogus statement type names in plpgsql error messages. 11 years ago
Tom Lane 138f76533c Improve documentation about MVCC-unsafe utility commands. 11 years ago
Tom Lane 3218f8c336 Use fuzzy path cost tiebreaking rule in our oldest supported branches. 11 years ago
Andres Freund 8749aafde2 Don't use 'bool' as a struct member name in help_config.c. 11 years ago
Michael Meskes 665ae7f9b4 Fix declaration of isarray variable. 11 years ago
Tom Lane 4390ba7bf9 Undo mistaken tightening in join_is_legal(). 11 years ago
Michael Meskes a2b2565fc9 This routine was calling ecpg_alloc to allocate to memory but did not 11 years ago
Tom Lane 7a801ba8ce Fix some possible low-memory failures in regexp compilation. 11 years ago
Tom Lane 34f1a85e51 Fix privilege dumping from servers too old to have that type of privilege. 11 years ago
Tom Lane af932fff28 Accept alternate spellings of __sparcv7 and __sparcv8. 11 years ago
Tom Lane 656b1e8cf3 Further fixes for degenerate outer join clauses. 11 years ago
Tom Lane 48d4f1e39d Make real sure we don't reassociate joins into or out of SEMI/ANTI joins. 11 years ago
Tom Lane dacbdda109 Docs: add an explicit example about controlling overall greediness of REs. 11 years ago
Tom Lane 270a877cca Fix pg_dump to dump shell types. 11 years ago
Tom Lane 9965aff1ca Fix bogus "out of memory" reports in tuplestore.c. 11 years ago
Robert Haas 4e51ea8fd2 Cap wal_buffers to avoid a server crash when it's set very large. 11 years ago
Tom Lane 1e1bb203bc contrib/isn now needs a .gitignore file. 11 years ago
Heikki Linnakangas 2d19a0e977 Fix output of ISBN-13 numbers beginning with 979. 11 years ago
Tom Lane f1e84d3ebd Fix incorrect order of lock file removal and failure to close() sockets. 11 years ago