Commit Graph

16882 Commits (bd046b99f03811f992571c47c47f2cecfe38df0c)
 

Author SHA1 Message Date
Tom Lane bd046b99f0 Remove JDBC from the build system and documentation, too. 22 years ago
Tom Lane 163edee632 Improve discussion of consistent-snapshot backup technique. Haphazard 22 years ago
PostgreSQL Daemon b195c10df7 missed a few files 22 years ago
PostgreSQL Daemon 2a9bf5b33d JDBC is now on GBorg 22 years ago
Tom Lane 9bd681a522 Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path 22 years ago
Teodor Sigaev 239760209b Correct type for isalnum 22 years ago
Peter Eisentraut 1469af8629 Fix typo. 22 years ago
Tom Lane 0ee53b5c33 Don't return an overoptimistic result from join_in_selectivity when 22 years ago
Tom Lane 864412fd0a Recognize that IN subqueries return already-unique results if they use 22 years ago
Tom Lane 5c625a9326 Add a hash table to cache lookups of 'C'-language functions (that is, 22 years ago
Peter Eisentraut 90d14654d6 Translation update 22 years ago
Tom Lane be4b8a867f Don't use %s-with-precision format spec to truncate data being displayed 22 years ago
Tom Lane 6bdfde9a77 When testing whether a sub-plan can do projection, use a general-purpose 22 years ago
Tom Lane de816a03c4 Repair misestimation of indexscan CPU costs. When an indexqual contains 22 years ago
Tom Lane 0966516b75 Tighten short-circuit tests for deciding whether we need to invoke 22 years ago
Peter Eisentraut b89744198e Some refinement of XSLT processing: The result now looks just about as good 22 years ago
Jan Wieck dfdd59e918 Adjusted calculation of shared memory requirements to new 22 years ago
Tom Lane cfd7fb7ed4 Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time 22 years ago
Dennis Bjorklund 01d320d421 Translation updates 22 years ago
Tom Lane d505f30281 pg_settings should have UPDATE privilege allowed to public. 22 years ago
Tom Lane 7562103f6e The no-updates-to-system-catalogs-unless-usecatupd restriction should 22 years ago
Tom Lane 303a257b5f Revert ill-starred change of 13-Feb-02: it appeared to fix a problem of 22 years ago
Peter Eisentraut ace92cef35 Translation update 22 years ago
Peter Eisentraut e27d500235 Make rule and stylesheet to try out XSLT for DocBook processing 22 years ago
Bruce Momjian 5cecb734a7 Fix ecpg test program to properly access int* null indicator. 22 years ago
Tom Lane 67af5bace5 Fix another place that wasn't maintaining AND/OR flatness of an 22 years ago
Tom Lane 5590be0a9e Preserve AND/OR flatness during eval_const_expressions(). This seems a 22 years ago
Dennis Bjorklund 1c15812c3c Translation updates 22 years ago
Dennis Bjorklund d233e5cecc Mark string for translation. 22 years ago
Peter Eisentraut 1fee65f479 Put See Also links back in alphabetical order. 22 years ago
Dennis Bjorklund e6cd5d586e Translation updates 22 years ago
Dennis Bjorklund 28ee773acb Translation updates 22 years ago
Neil Conway 024f3fa52f Minor documentation improvements. 22 years ago
Neil Conway e97b8f2da9 Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list of 22 years ago
Bruce Momjian 4cdf51e646 Drops in the CreateProcess calls for Win32 (essentially wrapping up the 22 years ago
Neil Conway ca7a1f0c86 Remove the following unused type definitions: bool8, bool16, bool32, word8, 22 years ago
Neil Conway 98dcf085e3 Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is 22 years ago
Peter Eisentraut cf4c925dd4 Translation updates 22 years ago
Tom Lane a43f4307f7 Improve has_nullable_targetlist() to allow strict functions of simple 22 years ago
Dennis Bjorklund 47f8f33409 Translation updates 22 years ago
Dennis Bjorklund bbefabfd55 Translation updates 22 years ago
Dennis Bjorklund 15a5440dc5 Translation updates 22 years ago
Bruce Momjian f9b29b8023 Make non-wait pg_ctl start/stop message more accurate. 22 years ago
Bruce Momjian a620a760ed Allow BEGIN WORK to specify transaction isolation level, like START 22 years ago
Tom Lane e439fef6fc Fix subquery pullup logic to not be fooled when a view that appears 22 years ago
Bruce Momjian 6bd343329e Oops, can't do cpp tests inside macros; make two macros instead. 22 years ago
Bruce Momjian 2afa36be9d Remove ereport() from failed connection; already done, per Tom. 22 years ago
Bruce Momjian 9640cc7dfa Fix for cancel key restarting postmaster, from Claudio 22 years ago
Bruce Momjian 5c0d0a2399 Have psql help show \w parameter as requied. 22 years ago
Bruce Momjian cff58dd54e Done: 22 years ago