Commit Graph

23887 Commits (dbfb72744499af9960a4987ef278f4de85ab8cf4)
 

Author SHA1 Message Date
Tom Lane dbfb727444 Fix multiple breakages in last XML patch. 19 years ago
Peter Eisentraut 8832f0f358 De-escape XML names when reverse-compiling XML expressions. 19 years ago
Tom Lane 9aefd56669 Fix up btree's initial scankey processing to be able to detect redundant 19 years ago
Bruce Momjian 3870341d1e Add TLS thread URL: 19 years ago
Bruce Momjian bb554e0d9c Remove: 19 years ago
Tom Lane e1b8a55ec8 Remove caveat about avoiding cross-type operators in constraints intended 19 years ago
Tom Lane c99ddfc43d Enable btree_predicate_proof() to make proofs involving cross-data-type 19 years ago
Bruce Momjian 91868e7df0 Done: 19 years ago
Peter Eisentraut ad1425ae43 Add send and recv functions for xml type. 19 years ago
Peter Eisentraut d9e1c97feb Handle content and document options in xmlparse() correctly. 19 years ago
Tom Lane 859b8dd51a Add a defense to prevent core dumps if 8.2 version of rank_cd() is used with 19 years ago
Tom Lane 3a7f5459d7 fflush the \o file, if any, after each backslash command. We already 19 years ago
Tom Lane 36b8706236 Revert exports.list change pending closer study. 19 years ago
Tom Lane 65b541b38f Use a more backward-compatible syntax for exports.list on Linux. 19 years ago
Bruce Momjian 7accb29478 Clean up pgindent handling of comments after 'else' by only moving 19 years ago
Tom Lane 72619f8191 Modify local buffer management to request memory for local buffers in blocks 19 years ago
Tom Lane c22dea8900 Improve memory management code to avoid inefficient behavior when a context 19 years ago
Tom Lane 6bb7b467c0 Print combining characters (those reported as having zero width by 19 years ago
Tom Lane de9be563d4 Use FROM clause in example UPDATE commands where appropriate. Also 19 years ago
Bruce Momjian 4f1e49119e Use "dead" rather than "expired" for vacuumable rows. 19 years ago
Tom Lane 0cbc5b1ed4 Fix failure due to accessing an already-freed tuple descriptor in a plan 19 years ago
Tom Lane 68996463d4 Repair bug #2839: the various ExecReScan functions need to reset 19 years ago
Tom Lane fccf99f0c8 Repair bug #2836: SPI_execute_plan returned zero if none of the querytrees 19 years ago
Tom Lane 4a836bad3a Remove incorrect semicolon in example. Joachim Wieland 19 years ago
Teodor Sigaev 49b64d346f Fix memory reallocation condition 19 years ago
Tatsuo Ishii 39def593c5 Call srandom() instead of srand(). 19 years ago
Tom Lane 506a9893b7 Make HISTCONTROL=ignoredups work again (broken by misordering of 19 years ago
Tom Lane 57f1630cf0 Bring some order and sanity to error handling in the xml patch. 19 years ago
Tom Lane e9da20ab4d Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of 19 years ago
Tom Lane c957c0bac7 Code review for XML patch. Instill a bit of sanity in the location of 19 years ago
Tom Lane 64974613c9 Suppress various compiler warnings in new xml code. 19 years ago
Bruce Momjian 426030eda1 Remove unnecessary parentheses in if() statements. 19 years ago
Bruce Momjian ef5870350a Change a VACUUM manual page word from 'deleted' to 'expired', so DELETE 19 years ago
Bruce Momjian 05911de4da Document that CREATE TYPE names should not begin with an underscore, 19 years ago
Bruce Momjian 27eeca5c5b For GUC values, check for partial string matches on 'on' and 'off', but 19 years ago
Tom Lane a78fcfb512 Restructure operator classes to allow improved handling of cross-data-type 19 years ago
Bruce Momjian d31ccb6c3e Add a link to the developer's FAQ for my article about how companies can 19 years ago
Bruce Momjian 03d2a1c688 Slight adjustments to xml documentation to reflect functionality just 19 years ago
Peter Eisentraut 2c0efff2a0 Fix expected file. 19 years ago
Peter Eisentraut d030a2bb20 Catalog version bump for SQL/XML changes. 19 years ago
Teodor Sigaev ca5bc1ae51 Fix convertion for 'PFX flag N num' 19 years ago
Peter Eisentraut 8c1de5fb00 Initial SQL/XML support: xml data type and initial set of functions. 19 years ago
Bruce Momjian ed1e9cd501 8.3 release schedule is year 2007, not 2006. 19 years ago
Bruce Momjian 1cacb3a098 Add timeline for next release to developer's FAQ. 19 years ago
Bruce Momjian f528e242fc Item done. 19 years ago
Andrew Dunstan 5133dd786b Interpret a dbName param to PQsetdbLogin as a conninfo string if it contains an = sign. Tom Lane and Andrew Dunstan. 19 years ago
Tom Lane 93b4f0ff77 Set pg_am.amstrategies to zero for index AMs that don't have fixed 19 years ago
Andrew Dunstan 6b4fe0460c fix thinko in placement of TimeValStruct typedef in Windows case, as reported by Magnus. 19 years ago
Bruce Momjian cdcee16588 Fix typo: 19 years ago
Bruce Momjian 6874fb90c0 Move entry into CLUSTER section: 19 years ago