Commit Graph

2439 Commits (266c3679f744b3efea534bd6f656ed1a6600a899)

Author SHA1 Message Date
Bruce Momjian d84fe82230 Update copyright to 2002. 24 years ago
Bruce Momjian ba790a5608 Here is a patch for Composite and Set returning function support. I made 24 years ago
Bruce Momjian c2c2fd57ee Improve COPY syntax to use WITH clause, keep backward compatibility. 24 years ago
Tom Lane 5fa77c2570 CacheMemoryContext should be DLLIMPORT. 24 years ago
Bruce Momjian 71fd49e28d Change CREATE DATABASE to use DefElem instead of constructing structure 24 years ago
Bruce Momjian 0dbfea39f3 Remove KSQO from GUC and move file to _deadcode. 24 years ago
Bruce Momjian eb1ad5b4b5 Patch for current_schemas to optionally include implicit ... 24 years ago
Bruce Momjian 6e8a1a6717 WriteBuffer return value: 24 years ago
Bruce Momjian 918e864f14 Remove some pre-WAL relics: 24 years ago
Bruce Momjian 3c35face41 This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in 24 years ago
Bruce Momjian eb7afc1407 SSL patch that adds support for optional client certificates. 24 years ago
Bruce Momjian 8f44024639 SSL patch to periodically renegotiate session key. 24 years ago
Bruce Momjian eb43af3210 Back out SSL changes. Newer patch available. 24 years ago
Bruce Momjian a9bd17616e Attached are a revised set of SSL patches. Many of these patches 24 years ago
Tatsuo Ishii 14f72b9a4d Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp> 24 years ago
Tom Lane ecb5269404 Further tweaks to support display of sort keys in EXPLAIN --- initial 24 years ago
Thomas G. Lockhart ea01a451cc Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 24 years ago
Jan Wieck 469cb65aca Katherine Ward wrote: 24 years ago
Bruce Momjian 31cd5355ee Document that SM_* variables should be longer. 24 years ago
Bruce Momjian 416fcd9dba Mention SM_USER should be the same size as the others. 24 years ago
Tom Lane 3212cf9417 Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber, 24 years ago
Tom Lane 4d567013cf Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessary 24 years ago
Tom Lane 3f4d488022 Mark index entries "killed" when they are no longer visible to any 24 years ago
Tom Lane a2597ef179 Modify sequence state storage to eliminate dangling-pointer problem 24 years ago
Peter Eisentraut d60f10b0e7 Add optional "validator" function to languages that can validate the 24 years ago
Tom Lane 6c6f395a8a Since COPY fires triggers, it seems like a good idea for it to use 24 years ago
Tom Lane 959e61e917 Remove global variable scanCommandId in favor of storing a command ID 24 years ago
Tom Lane 44fbe20d62 Restructure indexscan API (index_beginscan, index_getnext) per 24 years ago
Tom Lane dd9af92c41 Add display of sort keys to the default EXPLAIN output. 24 years ago
Tom Lane a5b370943e Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan to 24 years ago
Peter Eisentraut e8ac187c68 Allow functions to be executed with the privileges of the function owner. 24 years ago
Tom Lane 51fd22abdd Change set_plan_references and join_references to take an rtable List 24 years ago
Tom Lane 22d641a7d4 Get rid of the last few uses of typeidTypeName() rather than 24 years ago
Tom Lane 940f772a29 Support temporary setting of search path during CREATE SCHEMA; this 24 years ago
Peter Eisentraut 94bdc4855c Extend syntax of CREATE FUNCTION to resemble SQL99. 24 years ago
Tom Lane f0811a74b3 Merge the last few variable.c configuration variables into the generic 24 years ago
Tom Lane 3389a110d4 Get rid of long-since-vestigial Iter node type, in favor of adding a 24 years ago
Tom Lane f9e4f611a1 First pass at set-returning-functions in FROM, by Joe Conway with 24 years ago
Tom Lane 846429e3d6 Not needed anymore. 24 years ago
Tom Lane 72a3902a66 Create an internal semaphore API that is not tied to SysV semaphores. 24 years ago
Tom Lane 53cedcac22 Retire xlateSqlType/xlateSqlFunc; all type name translations are now 24 years ago
Tom Lane 3220fd2138 Tweak scanner/grammar interface so that the keyword-as-identifier rules 24 years ago
Tom Lane 0041a3d72f Add routines in namespace.c to determine whether objects are visible 24 years ago
Tom Lane a829cbb877 Give left_oper() and right_oper() noError parameters like oper() (the 24 years ago
Tom Lane 936afc8a4b Fix obj_description() and col_description() functions to work reliably 24 years ago
Tom Lane 1e4f34f309 Document that NAMEDATALEN must be a multiple of sizeof(int). 24 years ago
Tom Lane e4f06dc12e Clean up loose ends remaining from schema privileges discussion. 24 years ago
Tom Lane 4c25a0655b Code review for ALTER TRIGGER RENAME patch: make better use of index, 24 years ago
Tom Lane 88ef7067f7 Add cache invalidation callback hooks. 24 years ago
Tom Lane 6c59886942 Second try at fixing join alias variables. Instead of attaching miscellaneous 24 years ago