Commit Graph

27400 Commits (2675d043b9af54b079bb33202346ed285de0d765)
 

Author SHA1 Message Date
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
Alvaro Herrera 3e00496d88 Refactor some duplicate code to set up formatted_log_time and 17 years ago
Tom Lane e4fb8ff06a Add a new column to pg_am to specify whether an index AM supports backward 17 years ago
Tom Lane 2a64931c4b Salvage a little bit of work from a failed patch: simplify and speed up 17 years ago
Tom Lane ab16485031 Improve comments about RelOptInfo.reltargetlist. 17 years ago
Teodor Sigaev 2a0083ede8 Improve headeline generation. Now headline can contain 17 years ago
Teodor Sigaev 906b7e5f6c Fix small bug in headline generation. 17 years ago
Teodor Sigaev beeb3562dd During repeated rescan of GiST index it's possible that scan key 17 years ago
Neil Conway e034e517a7 Fix a small memory leak in ExecReScanAgg() in the hashed aggregation case. 17 years ago
Tom Lane 0e3d5ad477 Reduce chatter from _dosmaperr() when used in FRONTEND code. 17 years ago
Tom Lane bcf188a218 Fix SPI_getvalue and SPI_getbinval to range-check the given attribute number 17 years ago
Tom Lane ce0fb501d9 Make the system-attributes loop in AddNewAttributeTuples depend on 17 years ago
Tom Lane 5b5ee14a4b Add a defense to prevent storing pseudo-type data into index columns. 17 years ago
Tom Lane 2f0d528291 Update citext expected output for recent change in error message location 17 years ago
Alvaro Herrera c5eabafb6a Ensure that CLUSTER leaves the toast table and index with consistent names, 17 years ago
Tom Lane a303e4dc43 Extend the date type to support infinity and -infinity, analogously to 17 years ago
Tom Lane 791359fe0e Fix EncodeSpecialTimestamp to throw error on unrecognized input, rather than 17 years ago
Michael Meskes f346a232ed Fixed parsing of parameters. Added regression test for this. 17 years ago
Heikki Linnakangas 84c3769482 Fix oversight in the relation forks patch: forgot to copy fork number to 17 years ago
Tom Lane 06224652f2 Add docs and regression test about sorting the output of a recursive query in 17 years ago
Tom Lane 1f238e569a Eliminate unnecessary array[] decoration in examples of recursive cycle 17 years ago
Tom Lane e3b0117459 Implement comparison of generic records (composite types), and invent a 17 years ago
Tom Lane d6dfa1e6c6 Update oidjoins test to match CVS HEAD. 17 years ago
Tom Lane 556dfb5e06 Fix bogus comment emitted by make_oidjoins_check, per Greg Stark. 17 years ago
Tom Lane 0a7abcd4c9 Fix corner case wherein a WorkTableScan node could get initialized before the 17 years ago
Alvaro Herrera 100aa2795d Add missing header. 17 years ago
Tom Lane 74fd3d1b23 Fix COPY documentation to not imply that HEADER can be used outside CSV mode. 17 years ago