Commit Graph

27437 Commits (c8a18a282beddcb6021ea0e3ae9024645c66f9bc)
 

Author SHA1 Message Date
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
Magnus Hagander 7356381ef5 * make pg_hba authoption be a set of 0 or more name=value pairs 17 years ago
Peter Eisentraut 2675d043b9 Feature T173 "Extended LIKE clause in table definition" is supported 17 years ago
Peter Eisentraut 9c9cb59ba0 Feature T401 is not listed in the SQL standard. Must have been a mistake. 17 years ago
Tom Lane 7f3eba30c9 When estimating without benefit of MCV lists (suggesting that one or both 17 years ago
Tom Lane 31468d05d8 Dept of better ideas: refrain from creating the planner's placeholder_list 17 years ago
Teodor Sigaev b9856b67a7 Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't 17 years ago
Peter Eisentraut 361bfc3572 SQL:2008 alternative syntax for LIMIT/OFFSET: 17 years ago
Tom Lane e6ae3b5dbf Add a concept of "placeholder" variables to the planner. These are variables 17 years ago
Peter Eisentraut 831abae506 Clean regression.out 17 years ago
Peter Eisentraut d1b02e7648 Use format_type_be() instead of TypeNameToString() for some more user-facing 17 years ago
Peter Eisentraut 1471e3843d Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPE 17 years ago
Alvaro Herrera 089ae3bc9a Properly access a buffer's LSN using existing access macros instead of abusing 17 years ago
Alvaro Herrera 97227e9ec0 These functions no longer return a value, per complaint from gothic_moth via 17 years ago
Alvaro Herrera 06da3c570f Rework subtransaction commit protocol for hot standby. 17 years ago