aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Check that the data directory does not have group or world access; removePeter Eisentraut2001-08-06
* Add QueryIsRule gram.y reset.Bruce Momjian2001-08-06
* Surely the pg_stat interrogation functions must not be marked proiscachable.Tom Lane2001-08-06
* Show index predicate when doing \d on a partial index.Tom Lane2001-08-05
* Endeavor to make pgstats buffer process (a) safe and (b) useful.Tom Lane2001-08-05
* Remove no-longer-needed fcntl call (I'm not sure it *ever* did anythingTom Lane2001-08-05
* Back out LOCK A,B,C patch at Tom's suggestion.Bruce Momjian2001-08-04
* Compile fix for jdbc1.Bruce Momjian2001-08-04
* This patch is because Hurd does not support NOFILE. It is against currentBruce Momjian2001-08-04
* Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed.Bruce Momjian2001-08-04
* > 1) When a row is retrieved, and then a SQL_FETCH_FIRST is issued, theBruce Momjian2001-08-04
* Attached is a patch that does the following:Bruce Momjian2001-08-04
* Fix handling of SIGCHLD, per recent pghackers discussion: on someTom Lane2001-08-04
* Fix residual breakage from Windows socket-errno patch: the routinesTom Lane2001-08-03
* Fix win32.mak to support MULTIBYTE build --- it was pulling in severalTom Lane2001-08-03
* For some reason, CREATE TYPE has only accepted alignment specificationsTom Lane2001-08-03
* Fix pg_dump so that comments on views are dumped in the proper sequence.Tom Lane2001-08-03
* Clean up various memory leaks within plpgsql, and re-enable theTom Lane2001-08-02
* Add a SPI_copytupledesc function that parallels SPI_copytuple --- ie,Tom Lane2001-08-02
* Tweak memory context sizing for saved SPI plans.Tom Lane2001-08-02
* Fix some poor decisions about sizing of trigger-related memory contexts.Tom Lane2001-08-02
* I noticed that pltcl didn't have any way to get to SPI_lastoid like plpgsql d...Bruce Momjian2001-08-02
* Even though SO_PEERCRED is probably totally unportable, might as wellTom Lane2001-08-02
* Remove SO_PASSCRED step in ident_unix --- according to Helge Bahmann,Tom Lane2001-08-02
* Digging through previous discussion of this patch, I note where Peter E.Tom Lane2001-08-01
* Support ident authentication on local (Unix) socket connections, if theTom Lane2001-08-01
* Attached is a trivial patch to add ANALYZE to the tab complete file inBruce Momjian2001-08-01
* Attached ia a patch to enable window size detection code of psql for SolarisBruce Momjian2001-08-01
* Message typo was fixed in sources, but not in de.po.Tom Lane2001-08-01
* Add mention of SIGHUP for pg_ident.conf.Bruce Momjian2001-08-01
* Add documentation changes for new pg_hba.conf behavior.Bruce Momjian2001-08-01
* Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store lineTom Lane2001-07-31
* Further thought shows that has_distinct_on_clause() needs to take muchTom Lane2001-07-31
* Fix optimizer to not try to push WHERE clauses down into a sub-SELECT thatTom Lane2001-07-31
* Update 'translate' function description. translate does character setBruce Momjian2001-07-31
* Update info on pg_hba.conf comments.Bruce Momjian2001-07-31
* Remove WIN32_NON_BLOCKING_CONNECTIONS tests, since we don't need 'emTom Lane2001-07-31
* Fix unportable coding for FRONTEND case.Tom Lane2001-07-31
* Change SQL commands embedded in the initdb script from the styleTom Lane2001-07-31
* This patch merges the identical methods from the JDBC1 and JDBC2Bruce Momjian2001-07-30
* Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List ofBruce Momjian2001-07-30
* Arrange for GRANT/REVOKE on a view to be dumped at the right time,Tom Lane2001-07-29
* Suppress gcc warning in USE_LOCALE case.Tom Lane2001-07-22
* Move EncodingTest.java file.Bruce Momjian2001-07-21
* DatabaseMetaData.getColumns() doesn't appear to get the defaultBruce Momjian2001-07-21
* Great, here is a context diff of CVS for implementing the get/setCatalog methodsBruce Momjian2001-07-21
* JDBC encoding additions.Bruce Momjian2001-07-21
* I downloaded new source for lib (only few hours old !!!), and madeBruce Momjian2001-07-21
* Source formatting cleanup.Bruce Momjian2001-07-21
* i've spotted a following problem using DBD::Pg under win32. winsockBruce Momjian2001-07-20