]> granicus.if.org Git - postgresql/history - src
Update CHAR().
[postgresql] / src /
2003-01-12 Peter EisentrautReplace RelidGetNamespaceId() by get_rel_namespace().
2003-01-12 Tom LaneFirst cut at implementing IN (and NOT IN) via hashtable...
2003-01-11 Bruce MomjianBack out flockfile change for NetBSD. Giles Lean repor...
2003-01-11 Tom LaneCause symlinks for shared-library versioning to run...
2003-01-11 Tatsuo IshiiFix typo in an error message
2003-01-11 Bruce Momjian> > This patch improves the documentation for the share...
2003-01-11 Bruce MomjianRewrite for-loop, because this is not the Obfuscated...
2003-01-11 Bruce MomjianA tiny patch to fix a typo in configure.in and another...
2003-01-10 Tom LaneCreate a new file executor/execGrouping.c to centralize...
2003-01-10 Tom LaneAdd missing <limits.h> for INT64_IS_BUSTED case.
2003-01-10 Peter EisentrautRead-only transactions, as defined in SQL.
2003-01-10 Peter EisentrautDo not shell-quote the name of the editor, so that...
2003-01-10 Tom LaneFurther tweaking of parsetree & plantree representation...
2003-01-10 Peter EisentrautAdd optional drop behavior clause to REVOKE command...
2003-01-10 Peter EisentrautClean ip.c.
2003-01-09 Tom LaneAdjust parser so that 'x NOT IN (subselect)' is convert...
2003-01-09 Tom LaneMove new typedef AclId into c.h, so as to avoid clutter...
2003-01-09 Peter EisentrautFix IPv6 detection and IPv6 to 4 conversion to use...
2003-01-09 Bruce MomjianFix indenting of log_min_error_statement.
2003-01-09 Bruce MomjianRemove bit.c/h routines. Not used anymore.
2003-01-09 Tom LaneRepair inconsistent rounding behavior for timestamp...
2003-01-09 Tom LaneAdd missing pg_proc entry for interval_scale(). The...
2003-01-08 Bruce MomjianRemove 'const' from secure_write, to prevent compiler...
2003-01-08 Tom LaneGuard against stopping when numberTuples=0 and counter...
2003-01-08 Bruce MomjianThe second was that renegotiation was just plain broken...
2003-01-08 Bruce MomjianI was playing around with 7.3.1 and found some more...
2003-01-08 Bruce MomjianFix dumping of DEFERRABLE/INITIALLY DEFERRED:
2003-01-08 Bruce MomjianUpdated deferred trigger patch.
2003-01-08 Bruce MomjianThis trivial patch implements disabled, deferred trigge...
2003-01-08 Bruce MomjianEnhanced error/help message for pg_controldata.
2003-01-08 Tom LaneReconsider old decision to try to constant-fold default...
2003-01-08 Tom LaneRepair bug noticed by Deepak Bhole: a shell type should...
2003-01-08 Bruce MomjianFix pgpass to work with PQconnectDB().
2003-01-08 Tom LaneFix for bug #866. 7.3 contains new logic for avoiding...
2003-01-08 Bruce MomjianOnly set the database name if we find a match in the...
2003-01-08 D'Arcy J.M. CainCorrection to last patch. As per the DB-API spec,...
2003-01-08 Tom LaneCode review for FETCH/MOVE 0 changes. Improve document...
2003-01-07 Tom LaneSendFunctionResult should take care to detoast varlena...
2003-01-07 Tom LaneFix various places where global s/NOTICE/WARNING/ was...
2003-01-07 Tom LaneApply the proper version of Christopher Kings-Lynne...
2003-01-07 Bruce MomjianAdd connection service file.
2003-01-07 Bruce MomjianSilence compiler warning caused by removal of netinet...
2003-01-07 Bruce MomjianFix missing tab in file.
2003-01-07 Bruce MomjianDocument libpq service capability, and add sample file.
2003-01-07 Tom LaneTweak mdnblocks() to avoid doing lseek() on segments...
2003-01-06 Bruce MomjianEnable IPv6 libpq 'hostaddr' addresses. Update docs.
2003-01-06 Peter EisentrautUse our own version of getopt_long() if the OS doesn...
2003-01-06 Peter EisentrautFix for systems that don't have INET_ADDRSTRLEN.
2003-01-06 Bruce MomjianUpdate comments on IPv6 #define.
2003-01-06 Bruce MomjianUpdate ipv6 comment, move configure test to the right...
2003-01-06 Bruce MomjianAdd prototype for getaddrinfo().
2003-01-06 Bruce MomjianEnable IPv6 connections to the server, and add pg_hba...
2003-01-06 Tom LaneALTER DOMAIN OWNER, from Rod Taylor.
2003-01-05 Peter EisentrautRevert rpath-mangling patch. See discussion on -patche...
2003-01-05 Tom LaneFix inherited UPDATE for cases where child column numbe...
2003-01-04 Tom LanePartial code review for ALTER DOMAIN patch. Incorporat...
2003-01-03 Hiroshi InoueAdjust lo type in contrib during pg_restore so that...
2003-01-02 Bruce Momjianflockfile/funlockfile is POSIX, so NetBSD has them...
2003-01-02 Tom LaneEnforces NOT NULL constraints to be applied against...
2003-01-02 Bruce MomjianFix BSD/OS thread file locking bug in new fseeko code.
2003-01-01 Tom Lanefastpath code neglected to check whether user has privi...
2003-01-01 Tom LaneAwhile back I wrote that freebsd.h was probably broken...
2002-12-30 Tom LaneAdjust Tcl-related code to compile cleanly with Tcl...
2002-12-30 Bruce MomjianAttached is a patch to provide makefiles, etc. to allow...
2002-12-30 Tom LaneCode review for transaction-safe-TRUNCATE patch: minor...
2002-12-30 Tom LaneCode review for CLUSTER ALL patch. Fix bogus locking...
2002-12-30 Tom LaneMake use of TCL_INCLUDE_SPEC if available (it's new...
2002-12-30 Bruce MomjianCause FETCH 1 to return the current cursor row, or...
2002-12-30 Tom LaneBetter solution to integer overflow problem in hash...
2002-12-30 Bruce MomjianAdd missing slash to python install path.
2002-12-30 Tom LanePoint does not return a center of lseg.
2002-12-29 Tom LaneAdjust hash table sizing algorithm to avoid integer...
2002-12-27 Tom LaneDeliver better error message when a relation name is...
2002-12-27 Tom LaneRemove overenthusiastic free'ing of comment dependencie...
2002-12-27 Bruce MomjianTrivial patch to increase max_fsm_pages as per earlier...
2002-12-26 Tom LaneClamp the output of estimate_hash_bucketsize() to a...
2002-12-26 Tom LaneDon't try to free executor state of an InitPlan early...
2002-12-23 Bruce MomjianUpdate SSL error message for improper permissions....
2002-12-23 Dave Cramercase sensitive updates by Kris Jurka
2002-12-21 Tom Lanepg_dump should consider information_schema to be a...
2002-12-21 Tom LaneFix possible buffer overrun in \d command: substr(...
2002-12-20 Dave Cramermike beachy's patch for statement handling
2002-12-20 Dave Cramerpatch for null table in getPrimaryKeys
2002-12-19 Tom LaneCause planner to include costs of InitPlans in startup...
2002-12-19 Bruce Momjianpgindent fe-connect.c --- done to make IPv6 patch easie...
2002-12-18 Bruce MomjianUpdate RELEASE checklist.
2002-12-18 PostgreSQL DaemonFrom the SSL_CTX_new man page:
2002-12-18 Tom LaneUpdate EvalPlanQual() to work with new executor memory...
2002-12-18 Tom LanePrevent core dump when ExecMarkPos is called before...
2002-12-17 Tom LaneSkip unnecessary plan-copying now that plan trees are...
2002-12-17 Tom LaneFix typo.
2002-12-17 Tom LaneTo suppress memory leakage in long-lived Lists, lremove...
2002-12-16 Tom LaneFix GEQO to work again in CVS tip, by being more carefu...
2002-12-16 Tom LaneFix ALTER TABLE ADD COLUMN to disallow the same column...
2002-12-16 Tom LaneCode review for palloc0 patch --- avoid dangerous and...
2002-12-15 Tom LaneTweak default memory context allocation policy so that...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-14 Bruce MomjianAdd major/minor release changes info to RELEASE_CHANGES...
2002-12-14 Bruce MomjianThe actual segfault was caused by a double pfree()...
2002-12-14 Bruce MomjianOk, I think I've gotten this figured out now. I saw...
next