2001-08-04 |
Bruce Momjian | > 1) When a row is retrieved, and then a SQL_FETCH_FIRS... |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Bruce Momjian | Attached is a patch that does the following: |
commit | commitdiff | tree | snapshot |
2001-08-04 |
Tom Lane | Fix handling of SIGCHLD, per recent pghackers discussio... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Tom Lane | Fix residual breakage from Windows socket-errno patch... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Tom Lane | Fix win32.mak to support MULTIBYTE build --- it was... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Tom Lane | For some reason, CREATE TYPE has only accepted alignmen... |
commit | commitdiff | tree | snapshot |
2001-08-03 |
Tom Lane | Fix pg_dump so that comments on views are dumped in... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Tom Lane | Clean up various memory leaks within plpgsql, and re... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Tom Lane | Add a SPI_copytupledesc function that parallels SPI_cop... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Tom Lane | Tweak memory context sizing for saved SPI plans. |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Tom Lane | Fix some poor decisions about sizing of trigger-related... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Bruce Momjian | I noticed that pltcl didn't have any way to get to... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Tom Lane | Even though SO_PEERCRED is probably totally unportable... |
commit | commitdiff | tree | snapshot |
2001-08-02 |
Tom Lane | Remove SO_PASSCRED step in ident_unix --- according... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Tom Lane | Digging through previous discussion of this patch,... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Tom Lane | Support ident authentication on local (Unix) socket... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Bruce Momjian | Attached is a trivial patch to add ANALYZE to the tab... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Bruce Momjian | Attached ia a patch to enable window size detection... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Bruce Momjian | The fti.pl supplied with the fulltextindex module gener... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Tom Lane | Message typo was fixed in sources, but not in de.po. |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Tatsuo Ishii | When invoked with -i (initialize mode), split the copy... |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Bruce Momjian | Add mention of SIGHUP for pg_ident.conf. |
commit | commitdiff | tree | snapshot |
2001-08-01 |
Bruce Momjian | Add documentation changes for new pg_hba.conf behavior. |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Tom Lane | Cleanup code for preparsing pg_hba.conf and pg_ident... |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Tom Lane | Further thought shows that has_distinct_on_clause(... |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Tom Lane | Fix optimizer to not try to push WHERE clauses down... |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Bruce Momjian | Update 'translate' function description. translate... |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Bruce Momjian | Update info on pg_hba.conf comments. |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Tom Lane | Remove WIN32_NON_BLOCKING_CONNECTIONS tests, since... |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Tom Lane | Fix unportable coding for FRONTEND case. |
commit | commitdiff | tree | snapshot |
2001-07-31 |
Tom Lane | Change SQL commands embedded in the initdb script from... |
commit | commitdiff | tree | snapshot |
2001-07-30 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-30 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-30 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
2001-07-30 |
Bruce Momjian | Open Unix 8 patch (Caldera Unixware). Still needs... |
commit | commitdiff | tree | snapshot |
2001-07-30 |
Bruce Momjian | XML conversion utility, requires expat library. |
commit | commitdiff | tree | snapshot |
2001-07-30 |
Bruce Momjian | Patch to add comments to Linux startup script. |
commit | commitdiff | tree | snapshot |
2001-07-30 |
Bruce Momjian | This patch merges the identical methods from the JDBC1... |
commit | commitdiff | tree | snapshot |
2001-07-30 |
Bruce Momjian | Load pg_hba.conf and pg_ident.conf on startup and SIGHU... |
commit | commitdiff | tree | snapshot |
2001-07-29 |
Tom Lane | Arrange for GRANT/REVOKE on a view to be dumped at... |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Tom Lane | Suppress gcc warning in USE_LOCALE case. |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Bruce Momjian | Move EncodingTest.java file. |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Bruce Momjian | DatabaseMetaData.getColumns() doesn't appear to get... |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Bruce Momjian | Great, here is a context diff of CVS for implementing... |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Bruce Momjian | JDBC encoding additions. |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Bruce Momjian | Remove libpq TODO.detail. We don't need it any more... |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Bruce Momjian | I downloaded new source for lib (only few hours old... |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Bruce Momjian | Source formatting cleanup. |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Bruce Momjian | i've spotted a following problem using DBD::Pg under... |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Tom Lane | Minor performance improvement in MultiRecordFreeSpace. |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Tom Lane | Arrange to recycle old XLOG log segment files as new... |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Tom Lane | New-style vacuum neglected to update pg_class statistic... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Tom Lane | Disallow non-cachable functions in functional indexes... |
commit | commitdiff | tree | snapshot |
2001-07-17 |
Tom Lane | Avoid assuming that pg_index table entries have unique... |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Tom Lane | Improve documentation about reasoning behind the order... |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Peter Eisentraut | Fix fault in message. |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Bruce Momjian | Remove some unused node symbols |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Bruce Momjian | More EXTEND INDEX removal. |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Tom Lane | Do not push down quals into subqueries that have LIMIT... |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Tom Lane | Partial indexes work again, courtesy of Martijn van... |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-16 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-15 |
Tom Lane | Restructure index AM interface for index building and... |
commit | commitdiff | tree | snapshot |
2001-07-15 |
Tom Lane | Add ORDER BY to a couple of test queries whose output... |
commit | commitdiff | tree | snapshot |
2001-07-15 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-15 |
Peter Eisentraut | NLS for libpq. Clean up the message formats and change... |
commit | commitdiff | tree | snapshot |
2001-07-15 |
Peter Eisentraut | Change xgettext rule to run in the source tree, so... |
commit | commitdiff | tree | snapshot |
2001-07-15 |
Peter Eisentraut | Make sure the build tree is before the source tree... |
commit | commitdiff | tree | snapshot |
2001-07-15 |
Tatsuo Ishii | TODO item: |
commit | commitdiff | tree | snapshot |
2001-07-15 |
Bruce Momjian | The attached patch fixes problems with the JDBC driver... |
commit | commitdiff | tree | snapshot |
2001-07-13 |
Tom Lane | Initial implementation of concurrent VACUUM. Ifdef... |
commit | commitdiff | tree | snapshot |
2001-07-13 |
Tom Lane | Minor code cleanup/beautification in RelationPutHeapTuple. |
commit | commitdiff | tree | snapshot |
2001-07-13 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-13 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-13 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-12 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-12 |
Bruce Momjian | indicies to indexes from Neil Conway |
commit | commitdiff | tree | snapshot |
2001-07-12 |
Bruce Momjian | Add jdbc items. |
commit | commitdiff | tree | snapshot |
2001-07-12 |
Tom Lane | Remove grammar restrictions on order of optional clause... |
commit | commitdiff | tree | snapshot |
2001-07-12 |
Bruce Momjian | Back out SET AUTHORIZATION patch until security is... |
commit | commitdiff | tree | snapshot |
2001-07-12 |
Bruce Momjian | Add win32 c++ files. |
commit | commitdiff | tree | snapshot |
2001-07-12 |
Bruce Momjian | Add missing encode file. |
commit | commitdiff | tree | snapshot |
2001-07-12 |
Tom Lane | Create a new HeapTupleSatisfiesVacuum() routine in... |
commit | commitdiff | tree | snapshot |
2001-07-12 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-07-12 |
Bruce Momjian | Make code malloc memory of proper length. |
commit | commitdiff | tree | snapshot |
2001-07-11 |
Bruce Momjian | > > Put encode() into base system. Used part of Alex... |
commit | commitdiff | tree | snapshot |
2001-07-11 |
Bruce Momjian | Libpq++ fixes for Win32 compile. |
commit | commitdiff | tree | snapshot |
2001-07-11 |
Bruce Momjian | Add prototypes to supress warnings. |
commit | commitdiff | tree | snapshot |
next |