]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2004-06-09  Bruce MomjianUse mkstemp instead of mktemp in thread test, per Jan.
2004-06-09  Bruce MomjianPrevious code cleanup was for bufpage.c, not bufmgr.c.
2004-06-09  Bruce MomjianAdd:
2004-06-08  Tom LaneAdd missing check for too-few-inputs when replacing...
2004-06-08  Bruce MomjianFix mingw link check by using double-brackets.
2004-06-08  Bruce MomjianStylistic changes in bufmgr.c
2004-06-08  Bruce Momjianvacuum.c refactoring
2004-06-08  Bruce MomjianChange PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDI...
2004-06-08  Bruce MomjianHave strerror_r return "Unknown error".
2004-06-07  Bruce MomjianFix strerror_r by checking return type from configure.
2004-06-07  Bruce MomjianAdd start/stop times for pg_dump/pg_dumpall when verbos...
2004-06-07  Teodor SigaevRemove asymetrical word processing in query and text
2004-06-07  Bruce MomjianUpdate date.
2004-06-07  Tom LaneSome preliminary documentation for composite-type stuff.
2004-06-06  Tom LaneDept of second thoughts: don't use the new wide-charact...
2004-06-06  Tom LaneAdd some regression tests for composite-type operations.
2004-06-06  Tom LaneAllow use of table rowtypes directly as column types...
2004-06-06  Tom LaneMinor catalog cleanups for composite-type stuff. Adjus...
2004-06-06  Tom LaneAdd binary I/O support for composite types.
2004-06-06  Tom LaneRemove finger from dike: composite types are now allowe...
2004-06-06  Tom LanePreliminary support for composite type I/O; just text...
2004-06-06  Tom LaneInfrastructure for I/O of composite types: arrange...
2004-06-05  Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
2004-06-05  Tom LaneAdjust PageGetMaxOffsetNumber to ensure sane behavior...
2004-06-05  Bruce MomjianSlight code cleanup for printf's.
2004-06-05  Tom LaneMake the world very nearly safe for composite-type...
2004-06-04  Tom LaneResurrect heap_deformtuple(), this time implemented...
2004-06-04  Bruce MomjianThe attached patch will create a dummy pg_config_paths...
2004-06-04  Bruce MomjianThis is a small fix in FAQ. It just clean up some old...
2004-06-04  Bruce MomjianRemove dash in pg_ctl signal name. It broke with getop...
2004-06-04  Tom LaneRemove some long-obsolete code that was causing a stran...
2004-06-04  Tom LaneSupport assignment to whole-row variables in plpgsql...
2004-06-04  Tom LaneAllow plpgsql to pass composite-type arguments (ie...
2004-06-03  Tom LaneRestructure plpgsql's parsing of datatype declarations...
2004-06-03  Tom LaneRemove typeTypeFlag(), which was not only unused but...
2004-06-03  Tom Laneplpgsql hasn't needed -Wno-error for a good long while.
2004-06-03  Tom LaneAdd range-checking in timestamp_recv and timestamptz_re...
2004-06-03  Bruce MomjianRemove SYSCONFDIR from win32 include file.
2004-06-03  Teodor Sigaev- Add aligment of variable data types
2004-06-03  Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-06-03  Bruce MomjianWin32 regression fixes:
2004-06-03  Bruce Momjianinit_ssl_system will return 0 on success and -1 on...
2004-06-03  Bruce MomjianAdd new Win32 file with adjustments for recent code...
2004-06-03  Bruce MomjianAdd PGETC (for pg_service.conf) and PGLOCALE (for local...
2004-06-02  Bruce MomjianSmall patch that adds some documentation for the area...
2004-06-02  Bruce MomjianPer previous discussions, here are two functions to...
2004-06-02  Bruce MomjianMove -lpgport to the beginning of the library list...
2004-06-02  Bruce MomjianImprove without cluster wording.
2004-06-02  Bruce MomjianOK, here's the final version of ALTER TABLE ... SET...
2004-06-02  Tom LaneFix breakage from GUC-extension-variables patch.
2004-06-02  Tom LaneAdjust btree index build to not use shared buffers...
2004-06-01  Bruce MomjianAdd locale setting for pg_ctl.
2004-06-01  Tom LaneAlign GRANT/REVOKE behavior more closely with the SQL...
2004-06-01  Teodor SigaevFix silly bug
2004-06-01  Tom LaneFastList is history, yay.
2004-06-01  Tom LaneList pg_trgm in contrib Makefile and README.
2004-06-01  Tom LaneJust about there on de-FastList-ification.
2004-06-01  Bruce MomjianMore locale fixes for pg_ctl.
2004-06-01  Tom LaneSome more de-FastList-ification.
2004-06-01  Tom LaneDesultory de-FastList-ification. RelOptInfo.reltargetl...
2004-06-01  Bruce MomjianRemove init_nls() functions, call set_pglocale() directly.
2004-06-01  Bruce MomjianAdd pgpid_t for use with pids.
2004-05-31  Tom LaneAdditional mop-up for sync-to-fsync changes: avoid...
2004-05-31  Tom LaneMinor code rationalization: FlushRelationBuffers just...
2004-05-31  Tom LaneSuppress compile warnings on machines where the INT64CO...
2004-05-31  Tom LaneToo few parens for my taste in this macro.
2004-05-31  Tom LaneI think I've finally identified the cause of the off...
2004-05-31  Bruce MomjianHave pg_ctl print pid and error on signal failure,...
2004-05-31  Teodor Sigaevtrgm - Trigram matching for PostgreSQL
2004-05-31  Teodor Sigaev1 add namespaces as Tom suggest http://www.pgsql.ru...
2004-05-31  Teodor SigaevFix memory leak with pg_regexec
2004-05-31  Teodor SigaevFix memory leak with pg_regcomp
2004-05-31  Bruce MomjianUpdate pg_dump -v comments to mention additional commen...
2004-05-31  Teodor SigaevWin32 related patch by Darko Prenosil. Small correct...
2004-05-31  Tom LanePer previous discussions, get rid of use of sync(2...
2004-05-31  Bruce MomjianDone:
2004-05-31  Bruce MomjianRemove pljava todo info.
2004-05-30  Neil ConwayUse the new List API function names throughout the...
2004-05-30  Tom LaneParanoia: ensure MyBackendId is InvalidBackendId in...
2004-05-30  Bruce MomjianAdd thread library to libpgport creation.
2004-05-30  Tom LaneImplement new PostmasterIsAlive() check for WIN32,...
2004-05-29  Tom LaneSeparate out bgwriter code into a logically separate...
2004-05-29  Peter EisentrautTranslation update
2004-05-29  Peter EisentrautTranslation updates
2004-05-29  Peter EisentrautTranslation update
2004-05-29  Tom LaneFix another place that assumed 'x = lcons(y, z)' would...
2004-05-28  Bruce MomjianRemove quotes around $CONFIG_LINKS. Caused improper...
2004-05-28  Bruce MomjianWhen checking for thread safety with src/tools/thread...
2004-05-28  Tom LaneFix minor error in comment.
2004-05-28  Tom LaneFix thinko in recent patch to change temp-table permiss...
2004-05-28  Teodor SigaevStat function now can show statistics per weight of...
2004-05-28  Tom LaneFix some typos I introduced in WIN32-only code late...
2004-05-28  Teodor SigaevNew version. Add support for int2, int8, float4, float8...
2004-05-28  Tom LaneCode review for EXEC_BACKEND changes. Reduce the numbe...
2004-05-28  Tom LaneSeems we forgot the installdirs target in this makefile.
2004-05-28  Tom LaneMake sure elog behaves sanely if invoked before GUC...
2004-05-27  Tom LaneOn WIN32, don't choke when setlocale(LC_MESSAGES, ...
2004-05-27  Tom LaneGet rid of the former rather baroque mechanism for...
2004-05-27  Bruce Momjianpgindent files for Tom.
2004-05-27  Bruce MomjianCleanup for Win32 pgkill.
next