Commit Graph

27451 Commits (492059dabae9643f097fcd0a4f8860366563843d)
 

Author SHA1 Message Date
Michael Meskes 492059daba Move from strcmp to strncmp to be more tolerant for changes to the parser. 17 years ago
Michael Meskes ef9ed9b6aa Use string component in index structure. 17 years ago
Michael Meskes e6c7f7c1ad Do not eat memory even in case of an out-of-memory error. 17 years ago
Tom Lane df5a99612d Simplify ExecutorRun's API and save some trivial number of cycles by having 17 years ago
Heikki Linnakangas e9816533e3 Update FSM on WAL replay. This is a bit limited; the FSM is only updated 17 years ago
Tom Lane 9b46abb7c4 Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE 17 years ago
Michael Meskes cd97f98844 Added missing ';' 17 years ago
Heikki Linnakangas 19c8dc839b Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer 17 years ago
Peter Eisentraut 29077051de The conversion rule from postgres.sgml to postgres.xml didn't work with 17 years ago
Heikki Linnakangas a1d2e16550 Add test case for CREATE CAST. 17 years ago
Heikki Linnakangas 092bc49653 Add support for user-defined I/O conversion casts. 17 years ago
Peter Eisentraut 34e37d58ed Message improvement 17 years ago
Tom Lane d1e384884c Update back-branch release notes. 17 years ago
Magnus Hagander 9cc0222680 Revert previous patch to put the shared memory segment on win32 17 years ago
Tom Lane c8a18a282b Update time zone data files to tzdata release 2008i (DST law changes in 17 years ago
Peter Eisentraut ff50ea7a8a Missing space in error message 17 years ago
Tom Lane 2314baef38 Fix recoveryLastXTime logic so that it actually does what one would expect. 17 years ago
Peter Eisentraut d50966a49d Move forgotten comment closer to where it matters. 17 years ago
Peter Eisentraut 79d306c84a Support for Sun Studio compiler on Linux 17 years ago
Bruce Momjian 3276599804 Remove tab from sgml file. 17 years ago
Peter Eisentraut d083bd7a5a Update on array features support 17 years ago
Peter Eisentraut f7ad874ca8 Since SQL:2003, the array size specification in the SQL ARRAY syntax has 17 years ago
Peter Eisentraut f7ef575fb7 Use Autoconf provided AS_HELP_STRING macro to automatically format and 17 years ago
Peter Eisentraut 06735e3256 Unicode escapes in strings and identifiers 17 years ago
Tom Lane 05bba3d176 Be more tense about not creating tuplestores with randomAccess = true unless 17 years ago
Tom Lane e3e3d2a789 Extend ExecMakeFunctionResult() to support set-returning functions that return 17 years ago
Tom Lane a80a12247a Change WorkTableScan to not support backward scan. The apparent support 17 years ago
Tom Lane d26bf23f34 Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representation 17 years ago
Peter Eisentraut 8ecd535169 Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL. 17 years ago
Magnus Hagander 53a5026b5c Remove support for (insecure) crypt authentication. 17 years ago
Alvaro Herrera ba4eb01554 Downgrade can't-happen error reports to elog(). 17 years ago
Alvaro Herrera c9d1efda96 No need for extra code to log freezing zero tuples. Callers already check that 17 years ago
Magnus Hagander e98ca4d383 Make hba parsing error messages more specific. 17 years ago
Tom Lane b0169bb124 Install a more robust solution for the problem of infinite error-processing 17 years ago
Magnus Hagander f3a0688ace Add support for multiple error messages from libpq, by simply appending them 17 years ago
Peter Eisentraut 0fec77ae88 SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA. 17 years ago
Magnus Hagander b1eeeb20d9 Update standalong libpq makefiles for msvc and bcc to work with the new 17 years ago
Peter Eisentraut 5163b94e6f Allow EXPLAIN on CREATE TABLE AS. 17 years ago
Peter Eisentraut e5da8e15ba Feature list update 17 years ago
Tom Lane 0aed62fea9 Better solution to the IN-list issue: instead of having an arbitrary cutoff, 17 years ago
Tom Lane aa0fb53016 Be a little smarter about qual handling for semi-joins: a qual that mentions 17 years ago
Tom Lane ddbe8dca08 Add a heuristic to transformAExprIn() to make it prefer expanding "x IN (list)" 17 years ago
Tom Lane 312b1a983f Reduce the memory footprint of large pending-trigger-event lists, as per my 17 years ago
Magnus Hagander 3ca5aa6cbc Replace now unnecessary goto statements by using return directly. 17 years ago
Magnus Hagander bb8c822dbf Remove notes from the frontend SSL source that are incorrect or 17 years ago
Magnus Hagander 81f3e109b7 Remove a "TODO-list" structure at the top of the file, referring back 17 years ago
Magnus Hagander f5020684db Remove large parts of the old SSL readme, that consisted of a couple 17 years ago
Magnus Hagander 501e58ba4e Fix memory leak when using gsslib parameter in libpq connections 17 years ago
Tom Lane 7028c13557 Fix an oversight in two different recent patches: nodes that support SRFs 17 years ago
Tom Lane d5789018c7 Remove useless ps_OuterTupleSlot field from PlanState. I suppose this was 17 years ago