Commit Graph

10353 Commits (cdd02cdf00f020292cdcc8dafa5475e0149c34a6)
 

Author SHA1 Message Date
Bruce Momjian cdd02cdf00 Sorry - I should have gotten to this sooner. Here's a patch which you should 24 years ago
Bruce Momjian fb5b85a8f2 I think you replaced too many things with put(... 24 years ago
Bruce Momjian 1b2d57dc83 A small patch to keep postgres working on the latest BeOS. 24 years ago
Bruce Momjian d8783c512e Per this discussion, here's a patch to implement both levenshtein() and 24 years ago
Tom Lane 0bc291e03c Fix thinko (revealed by gcc warning). 24 years ago
Peter Eisentraut 7739cde4f6 Russian translation by Serguei Mokhov 24 years ago
Peter Eisentraut 957eea278e Czech translation for psql from Karel Zak 24 years ago
Peter Eisentraut 50036e85b3 Add a check for end of client connection before expecting a password 24 years ago
Tom Lane 2f4759d5ce Doesn't seem to be much point in keeping this README up to date anymore, 24 years ago
Tom Lane af3487e9bf Update now-obsolete example of platform-specific regression comparison 24 years ago
Peter Eisentraut bf51b8608b Use a fixed error message for ERANGE to avoid duplicate test result files. 24 years ago
Tom Lane 80185f4b5b Seems like a bad idea to free() a string we are about to use in an 24 years ago
Tom Lane 246793469e Modify partial-index-predicate applicability tester to test whether 24 years ago
Tom Lane 7d6fbe15a2 Evaluate LIMIT/OFFSET expressions with ExecEvalExprSwitchContext, not 24 years ago
Peter Eisentraut 5558e15ce5 Do not pre-expand localedir as substituted in the makefile, so that 'make 24 years ago
Peter Eisentraut 4e75fcb80c update from upstream 24 years ago
Peter Eisentraut f487e3da68 Check that the data directory does not have group or world access; remove 24 years ago
Bruce Momjian 46e252141b Add QueryIsRule gram.y reset. 24 years ago
Tom Lane 172ef1632e Surely the pg_stat interrogation functions must not be marked proiscachable. 24 years ago
Tom Lane 4cba72ccc8 Show index predicate when doing \d on a partial index. 24 years ago
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