users/heikki/postgres.git
2003-12-11 Peter EisentrautFix instructions how to shut down postmaster.
2003-12-11 Dave Cramerpatch for unique foreign keys and test case from Kris...
2003-12-11 Dave Cramerpatch to make PSQLState serializable, and a test case...
2003-12-10 Dave Cramerincremented the build number to 210
2003-12-09 Tom Lanequery_tree_mutator should copy RangeTblEntry nodes...
2003-12-08 Tom LaneMinor autovacuum fixes from Matthew O'Connor.
2003-12-08 Tom LaneAdd fflush() before sleeping, per Matthew O'Connor.
2003-12-08 Tom LaneWhole-row references were broken for subqueries and...
2003-12-07 Tom LaneReplace unportable and overflow-prone use of 'long...
2003-12-07 Tom LaneRemove test on c.relkind from check_constraints view...
2003-12-07 Peter EisentrautFix typmod interpretation for bit types. (It was erron...
2003-12-07 Joe ConwayRepair indexed bytea like operations, and related selec...
2003-12-05 Dave Cramerbackpatch for driver threadsafe problems
2003-12-05 Dave Cramerpatch from Kris Jurka to allow the server end port...
2003-12-05 Tom LaneGuard against bug in Solaris' bsearch(), per Michael...
2003-12-05 Teodor SigaevOne more fix confusion
2003-12-05 Teodor SigaevAvoid confusion start_parse_str function with tsearch V1
2003-12-03 Tom LanePlanner failed to be smart about binary-compatible...
2003-12-03 Teodor SigaevFix for word with several infinitives
2003-12-02 Tom LaneUpdate release notes for 7.3.5.
2003-12-02 Bruce MomjianThe attached patch enables contrib/cube to build cleanl...
2003-12-01 Bruce MomjianI've run across a pretty serious problem with pg_autova...
2003-12-01 Bruce MomjianI noticed in the 7.4 release that in contrib/pg_autovac...
2003-12-01 Tom LaneMinor wordsmithing in datetime docs to try to address...
2003-12-01 Tom Lanenetmask() and hostmask() functions should return maximu...
2003-12-01 Tom LaneFix typos noted by Halley Pacheco de Oliveira.
2003-12-01 Tom LaneForce zero_damaged_pages to be effectively ON during...
2003-11-30 Joe ConwayMake PQescapeBytea and byteaout consistent with each...
2003-11-30 Bruce MomjianBackpatch Borland thread.c fix to 7.4.X.
2003-11-30 Bruce MomjianUpdate TODO 7.4 mention.
2003-11-28 Bruce MomjianUpdate Russian FAQ, both branches.
2003-11-28 Joe ConwayFix regression in dblink_disconnect() reported by Eduar...
2003-11-27 Teodor SigaevFixes about word with several infiniteve
2003-11-26 Tom LaneSecond try at fixing no-room-to-move-down PANIC in...
2003-11-26 Joe ConwayAdded missing SPI_finish() calls to get_tuple_of_intere...
2003-11-26 Peter EisentrautAdd NetBSD Sparc as supported.
2003-11-26 Peter EisentrautCast field-length variables used in printf to int,...
2003-11-26 Tatsuo IshiiPatches from Yutaka Tanida. Create primary key indexes...
2003-11-25 Tom LaneRepair subselect.c's occasional assignment of the wrong...
2003-11-25 Peter EisentrautFix language.
2003-11-25 Tom LaneBand-aid solution for problems with SubPlans used in...
2003-11-25 Peter EisentrautInstall all the headers files that the ones that are...
2003-11-25 Teodor SigaevIgnore too long lexeme
2003-11-24 Tom LaneOverdue code review for ALTER SEQUENCE patch. Don...
2003-11-24 Tom LaneRepair missed renamings of show_statement_stats and...
2003-11-24 Peter EisentrautRename USE_THREADS to ENABLE_THREAD_SAFETY to avoid...
2003-11-19 Michael MeskesFixed typo in create schema parsing.
2003-11-17 Bruce MomjianChange "IN/NOT IN" to "IN / NOT IN" for clarity, both...
2003-11-16 PostgreSQL... k, tag the release REL7_4
2003-11-16 Tom LaneFix datetime input parsing to accept YYYY-MONTHNAME...
2003-11-16 Tom LaneAnother try at fixing the Linux overcommit docs, per...
2003-11-16 Peter EisentrautTranslation update for last-minute change
2003-11-16 Bruce MomjianUpdate FAQ for 7.4 branch.
2003-11-16 Bruce MomjianUpdate HISTORY
2003-11-16 Tom LaneUpdate info about SysV configuration procedures on...
2003-11-16 Tom LaneSome editorializing on the Linux memory overcommit...
2003-11-16 Tom LaneMore release-notes copy editing, from Neil Conway.
2003-11-15 Peter EisentrautSecond try at adjusting translations for last-minute...
2003-11-15 Tom LaneA little bit more copy-editing...
2003-11-15 Tom LaneMinor wording improvement suggested by a comment in...
2003-11-15 Tom LaneMake creation of statistics collection socket more...
2003-11-15 Peter EisentrautPunctuation improvements
2003-11-15 Peter EisentrautTranslation update
2003-11-15 Peter EisentrautAdjust translations for CREATE TABLE reference page...
2003-11-15 Peter EisentrautTranslation updates
2003-11-15 Peter EisentrautCorrect names of people with funny characters.
2003-11-14 Tom LaneRepair error in syntax documentation for CREATE TABLE...
2003-11-14 Bruce MomjianUpdate FAQ_MSWIN for 7.4 branch.
2003-11-14 Bruce MomjianUpdate FAQ and TODO for 7.4.
2003-11-14 Bruce MomjianAdd release date for 7.4.
2003-11-14 Tom LaneFix misstatement about the required value of SEMVMX...
2003-11-14 Bruce MomjianUpdate HISTORY to match release.sgml.
2003-11-14 Bruce MomjianUpdate bug template to 7.4 --- that was the only one...
2003-11-14 Peter EisentrautTranslation updates
2003-11-14 Peter EisentrautBeat some sense into the release notes.
2003-11-13 Peter EisentrautRegenerate text files.
2003-11-13 Peter EisentrautAdd final port reports.
2003-11-13 Bruce MomjianUpdate win32 include file on 7.4 branch.
2003-11-12 Tom LaneAcceptResult() was missing a case for PGRES_EMPTY_QUERY...
2003-11-12 Peter EisentrautDocumentation cleanup
2003-11-12 Michael MeskesCommit the remaining parts of the array changes.
2003-11-12 Bruce MomjianHere's some improvements. I just ended up referring...
2003-11-12 Bruce MomjianHere's a patch that adds some text mentioning that
2003-11-12 Bruce MomjianTypo fix in comment from David Wheeler
2003-11-11 Bruce MomjianDefault ioctlsocket_ret to 1 in case Cygwin needs it...
2003-11-11 Tom LaneFix thinko in reltime and tinterval operator classes...
2003-11-10 Michael MeskesRe-added forgotten cache.
2003-11-10 PostgreSQL... autoconf REL7_4_RC2
2003-11-10 PostgreSQL... make sure we are tag'd for RC2
2003-11-09 Bruce MomjianI have attached a more comprehensive MSWIN FAQ patch...
2003-11-09 Bruce MomjianFix typo on autovacuum readme.
2003-11-08 Bruce MomjianAllow tab completion for ALTER TABLE dbname <tab><tab...
2003-11-08 Tom LaneCorrect misspellings of REFERENCES.
2003-11-08 Tom LaneRestore compatibility with Tcl 8.0.* --- from ljb.
2003-11-08 Tom LaneDon't need hack copy of system() anymore in OS X 10.3.
2003-11-08 Michael MeskesFix parsing of create index call
2003-11-08 Tom LaneFix process-status handling for OS X 10.3.
2003-11-08 Peter EisentrautAdjust file so psql help picks it up properly.
2003-11-07 Tom LaneCause stats processes to detach from shared memory...
2003-11-07 Tom Lanezero_damaged_pages must absolutely NOT be marked GUC_DI...
next