Commit Graph

27426 Commits (e3e3d2a789e34ff6572bdf693beb1516a228c5ff)
 

Author SHA1 Message Date
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
Teodor Sigaev 3afffbc902 Remove support of backward scan in GiST. Per discussion 17 years ago
Peter Eisentraut a6ebb1f2f4 SQL 200N -> SQL:2003 17 years ago
Peter Eisentraut 0fd2756c19 Feature T411 is not found in SQL:2003 or 2008 anymore, so it must have been 17 years ago
Peter Eisentraut a3bf6d2cf5 Feature T152 "DISTINCT predicate with negation" is supported. 17 years ago
Teodor Sigaev 77db9d9ff2 Remove mark/restore support in GIN and GiST indexes. 17 years ago
Peter Eisentraut 7f6bc33fe3 Feature F402 "Named column joins for LOBs, arrays, and multisets" is 17 years ago
Peter Eisentraut fa46050245 AS is no longer required in SELECT list 17 years ago
Peter Eisentraut 00cbf22e8b Update compatibility section of TRUNCATE for SQL:2008 final. 17 years ago
Tom Lane c6d05f81e0 Fix broken SQL features data, per buildfarm results. 17 years ago
Peter Eisentraut 123c8efd89 Update feature list for SQL:2008. 17 years ago
Tom Lane af59a0650b Remove useless mark/restore support in hash index AM, per discussion. 17 years ago