| Age | Commit message (Expand) | Author |
| 2001-08-09 | No longer a need for -Wno-error | Peter Eisentraut |
| 2001-08-09 | Update branding for 7.1.3, no HISTORY yet. | Bruce Momjian |
| 2001-08-09 | Fix Cygwin build, per Jason Tishler. | Tom Lane |
| 2001-08-09 | Add TOAST table to the set of relkinds known to \d. | Tom Lane |
| 2001-08-08 | 0 -> O | Peter Eisentraut |
| 2001-08-07 | I think you replaced too many things with put(... | Bruce Momjian |
| 2001-08-07 | A small patch to keep postgres working on the latest BeOS. | Bruce Momjian |
| 2001-08-07 | Fix thinko (revealed by gcc warning). | Tom Lane |
| 2001-08-07 | Russian translation by Serguei Mokhov | Peter Eisentraut |
| 2001-08-07 | Czech translation for psql from Karel Zak | Peter Eisentraut |
| 2001-08-07 | Add a check for end of client connection before expecting a password | Peter Eisentraut |
| 2001-08-06 | Doesn't seem to be much point in keeping this README up to date anymore, | Tom Lane |
| 2001-08-06 | Use a fixed error message for ERANGE to avoid duplicate test result files. | Peter Eisentraut |
| 2001-08-06 | Seems like a bad idea to free() a string we are about to use in an | Tom Lane |
| 2001-08-06 | Modify partial-index-predicate applicability tester to test whether | Tom Lane |
| 2001-08-06 | Evaluate LIMIT/OFFSET expressions with ExecEvalExprSwitchContext, not | Tom Lane |
| 2001-08-06 | Check that the data directory does not have group or world access; remove | Peter Eisentraut |
| 2001-08-06 | Add QueryIsRule gram.y reset. | Bruce Momjian |
| 2001-08-06 | Surely the pg_stat interrogation functions must not be marked proiscachable. | Tom Lane |
| 2001-08-05 | Show index predicate when doing \d on a partial index. | Tom Lane |
| 2001-08-05 | Endeavor to make pgstats buffer process (a) safe and (b) useful. | Tom Lane |
| 2001-08-05 | Remove no-longer-needed fcntl call (I'm not sure it *ever* did anything | Tom Lane |
| 2001-08-04 | Back out LOCK A,B,C patch at Tom's suggestion. | Bruce Momjian |
| 2001-08-04 | Compile fix for jdbc1. | Bruce Momjian |
| 2001-08-04 | This patch is because Hurd does not support NOFILE. It is against current | Bruce Momjian |
| 2001-08-04 | Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed. | Bruce Momjian |
| 2001-08-04 | > 1) When a row is retrieved, and then a SQL_FETCH_FIRST is issued, the | Bruce Momjian |
| 2001-08-04 | Attached is a patch that does the following: | Bruce Momjian |
| 2001-08-04 | Fix handling of SIGCHLD, per recent pghackers discussion: on some | Tom Lane |
| 2001-08-03 | Fix residual breakage from Windows socket-errno patch: the routines | Tom Lane |
| 2001-08-03 | Fix win32.mak to support MULTIBYTE build --- it was pulling in several | Tom Lane |
| 2001-08-03 | For some reason, CREATE TYPE has only accepted alignment specifications | Tom Lane |
| 2001-08-03 | Fix pg_dump so that comments on views are dumped in the proper sequence. | Tom Lane |
| 2001-08-02 | Clean up various memory leaks within plpgsql, and re-enable the | Tom Lane |
| 2001-08-02 | Add a SPI_copytupledesc function that parallels SPI_copytuple --- ie, | Tom Lane |
| 2001-08-02 | Tweak memory context sizing for saved SPI plans. | Tom Lane |
| 2001-08-02 | Fix some poor decisions about sizing of trigger-related memory contexts. | Tom Lane |
| 2001-08-02 | I noticed that pltcl didn't have any way to get to SPI_lastoid like plpgsql d... | Bruce Momjian |
| 2001-08-02 | Even though SO_PEERCRED is probably totally unportable, might as well | Tom Lane |
| 2001-08-02 | Remove SO_PASSCRED step in ident_unix --- according to Helge Bahmann, | Tom Lane |
| 2001-08-01 | Digging through previous discussion of this patch, I note where Peter E. | Tom Lane |
| 2001-08-01 | Support ident authentication on local (Unix) socket connections, if the | Tom Lane |
| 2001-08-01 | Attached is a trivial patch to add ANALYZE to the tab complete file in | Bruce Momjian |
| 2001-08-01 | Attached ia a patch to enable window size detection code of psql for Solaris | Bruce Momjian |
| 2001-08-01 | Message typo was fixed in sources, but not in de.po. | Tom Lane |
| 2001-08-01 | Add mention of SIGHUP for pg_ident.conf. | Bruce Momjian |
| 2001-08-01 | Add documentation changes for new pg_hba.conf behavior. | Bruce Momjian |
| 2001-07-31 | Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store line | Tom Lane |
| 2001-07-31 | Further thought shows that has_distinct_on_clause() needs to take much | Tom Lane |
| 2001-07-31 | Fix optimizer to not try to push WHERE clauses down into a sub-SELECT that | Tom Lane |