]> granicus.if.org Git - postgresql/history - src/include
Improve performance of our private version of qsort. Per recent testing,
[postgresql] / src / include /
2006-03-16 Tom LaneClean up representation of function RTEs for functions...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-10 Neil ConwayImplement 4 new aggregate functions from SQL2003. Speci...
2006-03-10 Bruce MomjianRemove unintened change to pg_proc.h.
2006-03-10 Bruce MomjianMake $PostgreSQL CVS tags consistent for SGML files.
2006-03-07 Tom LaneRepair old performance bug in tuplesort.c/logtape.c...
2006-03-07 Bruce MomjianBack out comment update about sighup, original was...
2006-03-07 Tom LaneMake all our flex and bison files use %option prefix...
2006-03-07 Tom LaneRemove the stub support we had for UNION JOIN; per...
2006-03-06 Bruce MomjianAttached is the new patch. To summarize:
2006-03-06 Bruce MomjianEnable standard_conforming_strings to be turned on.
2006-03-06 Bruce MomjianUpdate comment on how sighup signal affects postgresql...
2006-03-06 Bruce MomjianThis patch adds native LDAP auth, for those platforms...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-05 Bruce MomjianCheck for "msys" so it doesn't use 'con' by checking...
2006-03-05 Bruce MomjianImprove STRINGS_H macro test for MSVC extensions.
2006-03-04 Tom LaneDeclare the arguments of AllocateFile() as const char...
2006-03-04 Bruce Momjian> gettimeofday.c:35: warning: integer constant is too...
2006-03-04 Bruce MomjianUse DEVTTY as 'con' on Win32 as a replacement for ...
2006-03-03 Bruce MomjianFixes for Win32-client only compiles.
2006-03-03 Bruce MomjianAdd workaround so MSVC doesn't try to load strings...
2006-03-03 Bruce MomjianClarify macro layout for win32 IMPORT.
2006-03-03 Tom LaneMake the COPY command return a command tag that include...
2006-03-03 Tom LaneAdd CASCADE option to TRUNCATE. Joachim Wieland
2006-02-28 Tom LaneAllow the syntax CREATE TYPE foo, with no parameters...
2006-02-28 Bruce MomjianAdd PG_VERSION_NUM for use by 3rd party applications...
2006-02-28 Tom LaneTeach nodeSort and nodeMaterial to optimize out unneces...
2006-02-28 Tom LaneExtend the ExecInitNode API so that plan nodes receive...
2006-02-26 Neil ConwayImplement the <> operator for the tid type. Original...
2006-02-21 Tom LaneAdjust probe for getaddrinfo to cope with macro-ized...
2006-02-19 Tom LaneImprove tuplesort.c to support variable merge order...
2006-02-19 Neil ConwayAdd TABLESPACE and ON COMMIT clauses to CREATE TABLE...
2006-02-18 Peter EisentrautAdd support for Windows codepages 1253, 1254, 1255...
2006-02-16 Peter EisentrautChange MemSet to use long instead of int32, for better...
2006-02-12 Tom LaneFix bug that allowed any logged-in user to SET ROLE...
2006-02-12 Bruce MomjianRevert patch becaues of locking concerns:
2006-02-12 Bruce MomjianAdd MSVC support for utility commands and pg_dump.
2006-02-12 Bruce MomjianAdd contrib/pg_freespacemap to display free space map...
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-02-11 Tom LaneSkip ambulkdelete scan if there's nothing to delete...
2006-02-11 Bruce MomjianAllow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
2006-02-11 Tom LaneFix incorrect addition, subtraction, and overflow check...
2006-02-11 Bruce MomjianRevert based on Tom's recommendation:
2006-02-11 Bruce MomjianAllow VACUUM to complete faster by avoiding scanning...
2006-02-11 Bruce MomjianUpdate catalog version for INET additions.
2006-02-11 Bruce MomjianAdd INET/CIDR operators: and, or, not, plus int8, minus...
2006-02-10 Tom LaneChange search for default operator classes so that...
2006-02-09 Bruce MomjianUse "bitwise" rather than "binary for AND/OR descriptio...
2006-02-05 Tom LaneImprove my initial, rather hacky implementation of...
2006-02-04 Tom LaneFix constraint exclusion to work in inherited UPDATE...
2006-02-04 Andrew DunstanDROP IF EXISTS for ROLE/USER/GROUP
2006-02-04 Bruce MomjianMove thread_test directory from /tools to /test so...
2006-02-03 Tom LaneTeach planner to convert simple UNION ALL subqueries...
2006-02-03 Bruce MomjianAllow MEMSET_LOOP_LIMIT to be set on a per-platform...
2006-02-03 Bruce MomjianUpdate random() usage so ranges are inclusive/exclusive...
2006-02-01 Bruce MomjianSet progname early in the postmaster/postgres binary...
2006-01-31 Tom LaneRestructure planner's handling of inheritance. Rather...
2006-01-29 Tom LaneFix code that checks to see if an index can be consider...
2006-01-26 Tom LaneClean up the INET-vs-CIDR situation. Get rid of the...
2006-01-25 Tom LaneRemove the no-longer-useful HashItem/HashItemData level...
2006-01-25 Tom LaneRemove the no-longer-useful BTItem/BTItemData level...
2006-01-25 Tom LaneAllow row comparisons to be used as indexscan qualifica...
2006-01-23 Tom LaneInstead of using a numberOfRequiredKeys count to distin...
2006-01-23 Bruce MomjianUse is_cidr in INET/CIDR structure, rather than the...
2006-01-21 Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2006-01-19 Tom LaneIt turns out that TablespaceCreateDbspace fails badly...
2006-01-18 Tom LaneModify pgstats code to reduce performance penalties...
2006-01-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
2006-01-17 Tom LaneFix fsync code to test whether F_FULLFSYNC is available...
2006-01-16 Neil ConwayChange the parameter_types column of the pg_prepared_st...
2006-01-14 Tom LaneSome minor code cleanup, falling out from the removal...
2006-01-14 Tom LaneAdd selectivity-calculation code for RowCompareExpr...
2006-01-12 Tom LaneRepair "Halloween problem" in EvalPlanQual: a tuple...
2006-01-11 Tom LaneCreate a standard function pg_sleep() to sleep for...
2006-01-10 Andrew Dunstanremove unneeded defines for uid_t and gid_t, which...
2006-01-08 Tom LaneFix the assert_enabled issue properly. This eliminates...
2006-01-08 Neil ConwayAdd a new system view, pg_prepared_statements, that...
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2006-01-05 Bruce MomjianRemove BEOS port.
2006-01-05 Bruce MomjianRemove QNX file.
2006-01-05 Bruce MomjianRemove QNX port.
2006-01-04 Tom LaneRearrange backend startup sequence so that ShmemIndexLo...
2006-01-01 Neil ConwayTrim an obsolete comment: it is no longer relevant...
2005-12-31 Bruce MomjianRename variable to cmd_str.
2005-12-31 Bruce MomjianRename variable 'what' to 'stat_msg'.
2005-12-30 Bruce MomjianAdd support for Solaris x86_64 using Sun's compiler.
2005-12-29 Tom LaneGet rid of the SpinLockAcquire/SpinLockAcquire_NoHoldof...
2005-12-28 Tom LaneArrange to set the LC_XXX environment variables to...
2005-12-28 Tom LaneMove plpgsql's fetchArgInfo() into funcapi.c, and rename to
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-12-25 Bruce MomjianI have added these macros to c.h:
2005-12-24 Bruce MomjianPrevious commit message should have been:
2005-12-24 Bruce MomjianAdd
2005-12-24 Bruce MomjianAlignment cleanup.
2005-12-20 Tom LaneTeach planner how to rearrange join order for some...
2005-12-17 Bruce MomjianFix typo.
2005-12-17 Bruce MomjianUpdate s_lock.c comments.
2005-12-17 Bruce MomjianUpdate ASM comments.
2005-12-16 Tom LaneRethink prior patch to filter out dead backend entries...
next