Commit Graph

10333 Commits (e8f1097361d9d2012c751d7e66cd4dd1b6d26ac6)
 

Author SHA1 Message Date
Tom Lane e8f1097361 Endeavor to make pgstats buffer process (a) safe and (b) useful. 24 years ago
Tom Lane 5181d37e4c Remove no-longer-needed fcntl call (I'm not sure it *ever* did anything 24 years ago
Bruce Momjian d1c9633060 Back out LOCK A,B,C patch at Tom's suggestion. 24 years ago
Bruce Momjian eb610fb8f1 Compile fix for jdbc1. 24 years ago
Bruce Momjian 3e51868226 This patch is because Hurd does not support NOFILE. It is against current 24 years ago
Bruce Momjian e9ea1255c0 This patch adds the following to the FTI module: 24 years ago
Bruce Momjian 16365ac75b Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed. 24 years ago
Bruce Momjian 0bfc64b387 Looks okay in a quick glance, except error message spelling is poor: 24 years ago
Bruce Momjian f368c94fd6 1. Fixed error with empty array ( '{}' ), 24 years ago
Bruce Momjian f8683e8a9c > 1) When a row is retrieved, and then a SQL_FETCH_FIRST is issued, the 24 years ago
Bruce Momjian 184505bbfc Attached is a patch that does the following: 24 years ago
Tom Lane dad8e410d0 Fix handling of SIGCHLD, per recent pghackers discussion: on some 24 years ago
Tom Lane 2b769c8212 Fix residual breakage from Windows socket-errno patch: the routines 24 years ago
Tom Lane 886d7dec79 Fix win32.mak to support MULTIBYTE build --- it was pulling in several 24 years ago
Tom Lane fd61fbe837 For some reason, CREATE TYPE has only accepted alignment specifications 24 years ago
Tom Lane 8f0ee46dcb Fix pg_dump so that comments on views are dumped in the proper sequence. 24 years ago
Tom Lane 42fbb6dbe7 Clean up various memory leaks within plpgsql, and re-enable the 24 years ago
Tom Lane f59f3c8899 Add a SPI_copytupledesc function that parallels SPI_copytuple --- ie, 24 years ago
Tom Lane ba4d223cd9 Tweak memory context sizing for saved SPI plans. 24 years ago
Tom Lane ecaa2e01b7 Fix some poor decisions about sizing of trigger-related memory contexts. 24 years ago
Bruce Momjian 84d2c518fe I noticed that pltcl didn't have any way to get to SPI_lastoid like plpgsql does.. I started using pltcl a lot because I like to decide when and how my queries get planned.. so I put one together really quick 24 years ago
Tom Lane d00b272299 Even though SO_PEERCRED is probably totally unportable, might as well 24 years ago
Tom Lane 49435fb98f Remove SO_PASSCRED step in ident_unix --- according to Helge Bahmann, 24 years ago
Tom Lane cb90b2dacb Digging through previous discussion of this patch, I note where Peter E. 24 years ago
Tom Lane bc042e0a77 Support ident authentication on local (Unix) socket connections, if the 24 years ago
Bruce Momjian 7208518720 Attached is a trivial patch to add ANALYZE to the tab complete file in 24 years ago
Bruce Momjian ea72cc4e11 Attached ia a patch to enable window size detection code of psql for Solaris 24 years ago
Bruce Momjian 938236a297 The fti.pl supplied with the fulltextindex module generate ALL possible 24 years ago
Tom Lane 8c6761acc7 Message typo was fixed in sources, but not in de.po. 24 years ago
Tatsuo Ishii b332dc358b When invoked with -i (initialize mode), split the copy command every 24 years ago
Bruce Momjian da872534ac Add mention of SIGHUP for pg_ident.conf. 24 years ago
Bruce Momjian 8ef0aa170f Add documentation changes for new pg_hba.conf behavior. 24 years ago
Tom Lane 77896d1fc9 Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store line 24 years ago
Tom Lane 0889bd00bd Further thought shows that has_distinct_on_clause() needs to take much 24 years ago
Tom Lane 421467cdc8 Fix optimizer to not try to push WHERE clauses down into a sub-SELECT that 24 years ago
Bruce Momjian 6fbf442d5a Update 'translate' function description. translate does character set 24 years ago
Bruce Momjian a54f0e8d5c Update info on pg_hba.conf comments. 24 years ago
Bruce Momjian 6a6da4f291 Update TODO list. 24 years ago
Tom Lane 6d0d838ceb Remove WIN32_NON_BLOCKING_CONNECTIONS tests, since we don't need 'em 24 years ago
Tom Lane c4c194f100 Fix unportable coding for FRONTEND case. 24 years ago
Tom Lane 267a8f82bf Change SQL commands embedded in the initdb script from the style 24 years ago
Bruce Momjian 9c2b1a92b5 Update TODO list. 24 years ago
Bruce Momjian 27f9d6ee2e Update TODO list. 24 years ago
Bruce Momjian cc54c68906 autoconf 24 years ago
Bruce Momjian 173dbaf11f Open Unix 8 patch (Caldera Unixware). Still needs updated autoconf. 24 years ago
Bruce Momjian 113bb9b5ac XML conversion utility, requires expat library. 24 years ago
Bruce Momjian d4cafeba31 Patch to add comments to Linux startup script. 24 years ago
Bruce Momjian 509f5d241a This patch merges the identical methods from the JDBC1 and JDBC2 24 years ago
Bruce Momjian 462b7d46d1 Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List of 24 years ago
Tom Lane 8d464d05d7 Arrange for GRANT/REVOKE on a view to be dumped at the right time, 24 years ago