Commit Graph

10113 Commits (7d6e28149ea699b28773eefa48acc449b67d6ff4)
 

Author SHA1 Message Date
Tom Lane 7d6e28149e Mention that EXPLAIN results on small tables shouldn't be extrapolated 24 years ago
Peter Eisentraut 31fe394cd8 Include catalog/pg_type.h instead of manually extracting the interesting 24 years ago
Hiroshi Inoue a8dbe428de Change SQLPrimaryKeys() so that it detects the primary key 24 years ago
Tom Lane d8d9ed931e Add support to lock manager for conditionally locking a lock (ie, 24 years ago
Tom Lane 986915c181 Remove unused include file for long-dead flavors of locking. 24 years ago
Tom Lane 695e575470 Tweak error message. 24 years ago
Bruce Momjian bcde8ea7cf Fix strangely formatted comment. 24 years ago
Tom Lane f3868f8af9 A bit of code beautification/cleanup of obsolete comments. Rethink 24 years ago
Peter Eisentraut 90e2663313 Shared libraries should not be linked explicitly against -lc on FreeBSD 24 years ago
Peter Eisentraut 7fdd76cd08 -Bsymbolic requires -lc on NetBSD. Also add rpath for non-ELF. 24 years ago
Peter Eisentraut e3cade2e29 Re-add explicit declaration of filename_completion_function(), which seems 24 years ago
Peter Eisentraut c5f7a94f3c There is no RTLD_GLOBAL on OpenBSD, says Alex Pilosov <alex@pilosoft.com>. 24 years ago
Peter Eisentraut f445289781 Swedish translation for psql (my interpretation of Swedish, surely) 24 years ago
Peter Eisentraut 9b4bfbdc2c Handle reading of startup packet and authentication exchange after forking 24 years ago
D'Arcy J.M. Cain 588463a449 Make sure that everything says version 3.2. 24 years ago
D'Arcy J.M. Cain 54e374c9e6 Add NUMERICOID to this script. This script can be run occasionally to 24 years ago
Hiroshi Inoue 9c50a0047f Change the driver so that large error messages are returned 24 years ago
Bruce Momjian f5d0c6cad5 Apparently, on some systems, ExtUtils::Embed and MakeMaker are slightly 24 years ago
Bruce Momjian 7aac048b59 Attached is a patch to deal with the ones that I missed the first time 24 years ago
Bruce Momjian 2e81f3d204 Back out SET ALL patch because it is breaking things. 24 years ago
Tom Lane 116d2bba7e Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean 24 years ago
Tom Lane 8c30aca2ba Fix badly broken RelationGetRelationName(). 24 years ago
Tom Lane bbbc00af88 Clean up some longstanding problems in shared-cache invalidation. 24 years ago
Bruce Momjian d9a069e224 Move temprel name define from temprel.h to rel.h. 24 years ago
Tom Lane d47e10bfde Bring RelationGetRelationName into sync with new temp rel names. 24 years ago
Hiroshi Inoue 8804bdcd0e Corrected the check for *message truncated* for the future use. 24 years ago
Hiroshi Inoue 76d38cb0c6 Changed the error handling as follows. 24 years ago
Bruce Momjian 3709a5ada7 RESET ALL secondary patch: 24 years ago
Bruce Momjian 0ed7864d68 Well, after persuading cvsup and cvs that it _is_ possible to have local 24 years ago
Bruce Momjian 558fae16e3 The attached patch enables the contrib subtree to build cleanly under 24 years ago
Bruce Momjian 22dc12b8c3 Untar copyright.html file and make good version. 24 years ago
Bruce Momjian 10b5f0bea8 Here's a small patch for dblink: 24 years ago
Tom Lane ec96f1dacd Fix some references to USE_AUSTRALIAN_RULES that Bruce missed; 24 years ago
Bruce Momjian bf2a92365c Update FAQ. 24 years ago
Bruce Momjian 3dba1ff6e8 Add new dblink to /contrib Makefile.' 24 years ago
Bruce Momjian 7dac778561 Add GUC setting for Australian timezones. Uses new GUC boolean callback 24 years ago
Bruce Momjian 49ce6fff1d Allow removal of system-named pg_* temp tables. Rename temp file/dir as 24 years ago
Bruce Momjian 0bba6bdb8a Improve wording of authentication files. 24 years ago
Tom Lane 2c5aa2acb4 Do some restructuring to improve performance of the catcaches. Teach 24 years ago
Hiroshi Inoue 41c377f5c6 Fix *escape* handling in copy_statement_with_parameters(was my fault). 24 years ago
Tom Lane 6054b33290 Keep the list of to-be-NOTIFYed names in a plain List palloc'd in 24 years ago
Tom Lane 1f1ca182be Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilosoft.com>. 24 years ago
Tom Lane 2917f0a5dd Tweak startup sequence so that running out of PROC array slots is 24 years ago
Tom Lane 668db147d5 It turns out that the relcache thinks it can distinguish different 24 years ago
Tom Lane 2adf1ce63c Oops, forgot to commit doco updates for has_table_privilege. 24 years ago
Michael Meskes a8261182d2 fixed bug in connect.c 24 years ago
D'Arcy J.M. Cain f09546fabf Add bpchar to list of string types. 24 years ago
Tom Lane 823ab92295 Add missing PG_SETMASK(&BlockSig) to SIGHUP_handler(). 24 years ago
Tom Lane 16ea152b7e Revoke public read access from pg_statistic, create new system view 24 years ago
Bruce Momjian 5af4855383 Allow remote query execution (dblink) 24 years ago