summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2002-06-15Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard.Thomas G. Lockhart
2002-06-15Search the existing regular expression cache as a ring buffer.Thomas G. Lockhart
2002-06-15Make encryption of stored passwords the default, as discussed months ago.Bruce Momjian
2002-06-15Remove pfrees of cached pg_pwd file, per Tom Lane.Bruce Momjian
2002-06-14Yet another SSL patch. :-) This one adds some informational messagesBruce Momjian
2002-06-14SSL patch that adds support for optional client certificates.Bruce Momjian
2002-06-14Patch that checks ownership and permissions on server staticBruce Momjian
2002-06-14SSL patch to periodically renegotiate session key.Bruce Momjian
2002-06-14SSL support for ephemeral DH keys.Bruce Momjian
2002-06-14UPDATED PATCH:Bruce Momjian
2002-06-14Back out SSL changes. Newer patch available.Bruce Momjian
2002-06-14Attached are a revised set of SSL patches. Many of these patchesBruce Momjian
2002-06-14Add support for GB18030Tatsuo Ishii
2002-06-13Allow ANALYZE to run in a transaction.Bruce Momjian
2002-06-13Make WHERE conditions pulled up from subqueries be executed before outerTom Lane
2002-06-13Add PLACING to the list of reserved keywords. Added as a token in the lastThomas G. Lockhart
2002-06-13Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp>Tatsuo Ishii
2002-06-13make namein multibyte awareTatsuo Ishii
2002-06-13Further tweaks to support display of sort keys in EXPLAIN --- initialTom Lane
2002-06-13Repair for bug #691 --- CREATE TABLE AS column aliases fail to beTom Lane
2002-06-11Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart
2002-06-11Katherine Ward wrote:Jan Wieck
2002-06-08Remove DEBUG_LEVEL from postgresql.conf. Now uses CLIENT/SERVER_MIN_MESSAGES.Bruce Momjian
2002-06-07Improve readability of factorial, from Florian Weimer.Bruce Momjian
2002-06-07Fix for factorial(0::int2) returning 1, from sugita@sra.co.jp.Bruce Momjian
2002-06-07The attached patch fixes a problem with InstallXLogFileSegment()'s useBruce Momjian
2002-06-01Fix timestamp to date conversion for the case where timestamp uses a doubleThomas G. Lockhart
2002-05-28Rearrange LOG_CONNECTIONS code so that two log messages are made:Tom Lane
2002-05-28Queries used by ruleutils were not schema-proof.Tom Lane
2002-05-28In default nextval('foo') expression for a SERIAL column, use doubleTom Lane
2002-05-28Repair error with not adjusting active scans properly after gistSplit.Tom Lane
2002-05-27Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,Tom Lane
2002-05-25Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessaryTom Lane
2002-05-25AlterDatabaseSet() forgot to update the indexes on pg_database.Tom Lane
2002-05-24Wups, managed to break ANALYZE with one aspect of that heap_fetch change.Tom Lane
2002-05-24Mark index entries "killed" when they are no longer visible to anyTom Lane
2002-05-22Add $(LDFLAGS) to Windows make rule for postgres executable. NeededTom Lane
2002-05-22Modify sequence state storage to eliminate dangling-pointer problemTom Lane
2002-05-22Minor kibitzing.Tom Lane
2002-05-22Add optional "validator" function to languages that can validate thePeter Eisentraut
2002-05-22Make RelationForgetRelation error out if the relcache entry has nonzeroTom Lane
2002-05-22Un-break table creation.Tom Lane
2002-05-22AllowHiroshi Inoue
2002-05-21Since COPY fires triggers, it seems like a good idea for it to useTom Lane
2002-05-21Remove SetQuerySnapshot() from FETCH processing. No longer necessaryTom Lane
2002-05-21Remove global variable scanCommandId in favor of storing a command IDTom Lane
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-05-19Reorder keyword token declarations alphabetically. Status of the keywordsPeter Eisentraut
2002-05-18Add display of sort keys to the default EXPLAIN output.Tom Lane
2002-05-18Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan toTom Lane