Commit Graph

29029 Commits (6b45e3b7aaa0a66082f61921e01f6df6e9f9253f)
 

Author SHA1 Message Date
Tom Lane 6b45e3b7aa Arrange to generate different random sequences in the different child 16 years ago
Tom Lane d8e511fabb Ensure that the result tuple of an EvalPlanQual cycle gets materialized 16 years ago
Itagaki Takahiro f1325ce213 Add large object access control. 16 years ago
Bruce Momjian 64579962bb Properly define ENABLE_THREAD_SAFETY in conflgure, per suggestion from Peter. 16 years ago
Andrew Dunstan 324385d67f Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahiro Itagaki. 16 years ago
Peter Eisentraut db7386187f PL/Python array support 16 years ago
Peter Eisentraut a37b001b80 Add init[db] option to pg_ctl 16 years ago
Robert Haas da07641481 Fix levenshtein with costs. The previous code multiplied by the cost in only 16 years ago
Tom Lane 03d7b0647f Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23, 16 years ago
Tom Lane 62aba76568 Prevent indirect security attacks via changing session-local state within 16 years ago
Magnus Hagander 7aeaa97de2 Add notes about updating disk and shared memory size information in the 16 years ago
Magnus Hagander 2367d6893f Update size references in installation instructions to be a bit 16 years ago
Magnus Hagander abf23ee86d Reject certificates with embedded NULLs in the commonName field. This stops 16 years ago
Tom Lane 65ed203910 Update time zone data files to tzdata release 2009s: DST law changes in 16 years ago
Magnus Hagander 28519de02d Fix a couple of broken links to third-party sites. 16 years ago
Magnus Hagander ac1b614cc0 Replace broken link to custom local gettext package with one to the main 16 years ago
Magnus Hagander 8df283d25a Update CVS documentation to be more current and add documentation about 16 years ago
Tom Lane 0cb65564e5 Add exclusion constraints, which generalize the concept of uniqueness to 16 years ago
Tom Lane 8de7472b45 Don't use a duplicate OID for aclexplode(). 16 years ago
Peter Eisentraut 36f887c41c Speed up information schema privilege views 16 years ago
Peter Eisentraut 636bac6e46 Information schema documentation 16 years ago
Heikki Linnakangas ab3148b712 Fix bug in temporary file management with subtransactions. A cursor opened 16 years ago
Tom Lane dc588058a0 Clarify what's supposed to happen when a cursor FETCH is rolled back 16 years ago
Bruce Momjian 8c1c2e38f6 thread-safety 16 years ago
Teodor Sigaev aebc4e67ff Preventing intersection of ranges during page split. Changes are only 16 years ago
Tom Lane 59ed94ad0c Mark application_name as GUC_REPORT so that the value will be reported back 16 years ago
Tom Lane 3dfcf8cc15 Instead of sending application_name as a SET command after the connection 16 years ago
Bruce Momjian 925b32bba1 Enable thread safety 16 years ago
Bruce Momjian b291c0fba8 psql -f - 16 years ago
Tom Lane 0d32342501 Teach the regular expression functions to do case-insensitive matching and 16 years ago
Bruce Momjian ef51395e24 Revert due to Tom's concerns: 16 years ago
Bruce Momjian d85cb27293 ProcessUtility_hook: 16 years ago
Bruce Momjian 29fd97d982 hstore docs 16 years ago
Bruce Momjian 891f924bad THREAD_SUPPORT 16 years ago
Tom Lane 908854209b Avoid core dump on empty thesaurus dictionary. 16 years ago
Peter Eisentraut bb1e8bea02 In SRF example, move oldcontext variable definition into the FIRSTCALL 16 years ago
Bruce Momjian be64b3edd1 Properly indent SGML. 16 years ago
Tom Lane 67ec9adaf1 Fix session-lifespan memory leak when a plperl function is redefined: 16 years ago
Peter Eisentraut 22032820f9 Error when a specified connection service is not found, instead of ignoring it 16 years ago
Tom Lane c19781ac3d Add some opr_sanity checks that the lengths of the various argument-info 16 years ago
Peter Eisentraut e527d5010b Remove prefix "ERROR:" from some messages, to make everything consistent 16 years ago
Tom Lane 0c61cff57a Make pg_stat_activity.application_name visible to all users, rather than 16 years ago
Tom Lane 42b2907d12 Add support for anonymous code blocks (DO blocks) to PL/Perl. 16 years ago
Tom Lane 8217cfbd99 Add support for an application_name parameter, which is displayed in 16 years ago
Bruce Momjian cb98f61538 fsync test tools 16 years ago
Bruce Momjian 017c47bf51 test_fsync: 16 years ago
Tom Lane 1a95f12702 Eliminate a lot of list-management overhead within join_search_one_level 16 years ago
Bruce Momjian fe83b975b2 Document ath vacuumdb --analyze does analyze _also_, not in place of 16 years ago
Michael Meskes bb28e83636 Remove */ characters from declare cursor statements before putting them into a 16 years ago
Michael Meskes d7d5c6857b If no result is given NOTFOUND should be returned. Check for empty result 16 years ago