summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove more NULL lines.Bruce Momjian2001-06-141-0/+0
* Fix nulls in HTML file.Bruce Momjian2001-06-141-0/+0
* has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane2001-06-1410-84/+845
* Allow a non-superuser database owner to vacuum all tables in hisTom Lane2001-06-1310-94/+94
* Fix for duplicate oids just introduced in patch. Don't think it needsBruce Momjian2001-06-131-4/+4
* Attached is a patch adding following functions:Bruce Momjian2001-06-135-3/+81
* Fix compile failure when --enable-multibyte.Bruce Momjian2001-06-131-2/+2
* Don't assume free(NULL) is OK. Yes, I know ANSI C says it is.Tom Lane2001-06-131-6/+14
* Update some obsolete examples.Tom Lane2001-06-131-10/+7
* Remove some dead code, simplify calling convention.Tom Lane2001-06-133-82/+50
* - Synced preproc.y with gram.y.Michael Meskes2001-06-133-16/+43
* Extend GUC concepts of parse_hook and assign_hook to all four supportedTom Lane2001-06-126-136/+223
* Fix compile error caused by patch application.Bruce Momjian2001-06-121-3/+0
* Repair problem with multi-action rules in combination with any nontrivialTom Lane2001-06-121-20/+19
* Back out has_table_privilege patch.Bruce Momjian2001-06-126-825/+5
* OK -- here's take #5.Bruce Momjian2001-06-126-5/+825
* I installed postgres 7.1 with --enable-odbc. I then installedBruce Momjian2001-06-121-24/+23
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-1228-633/+456
* The attached patch enables PostgreSQL CVS to build cleanly under CygwinBruce Momjian2001-06-112-3/+8
* Got two patches that were found by folks on the Castor list, that we'd like toBruce Momjian2001-06-114-0/+28
* Add French psql translation. (My rendition of French anyway...)Peter Eisentraut2001-06-114-9/+869
* Nest macros with slightly less enthusiasm, for performance and to avoidTom Lane2001-06-111-3/+5
* Move temporary files into 'pg_tempfiles' subdirectory of each databaseTom Lane2001-06-113-23/+140
* Make planner compute the number of hash buckets the same way thatTom Lane2001-06-113-127/+161
* Mark inet,cidr,macaddr '=' operators as mergejoinable.Tom Lane2001-06-101-28/+28
* Fix thinko in hash cost estimation: average frequencyTom Lane2001-06-101-16/+6
* Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut2001-06-0912-199/+265
* Teach convert_to_scalar about datatypes timetz, inet, cidr, macaddr.Tom Lane2001-06-093-3/+76
* Add #define for OID of type macaddr.Tom Lane2001-06-091-1/+2
* Remove RelationGetBufferWithBuffer(), which is horribly confused aboutTom Lane2001-06-099-551/+138
* Fix a few missed NOIND usages.Tom Lane2001-06-096-20/+4
* Finish German translation, edit (original) messages a bit.Peter Eisentraut2001-06-084-203/+240
* Preliminary code cleanup in elog(). Split out some code into utilityPeter Eisentraut2001-06-085-144/+182
* Document and work around ANT bug that prevents directory deletion.Bruce Momjian2001-06-071-1/+3
* reset all: command line and .conf options change defaultsBruce Momjian2001-06-077-36/+164
* I have ported another Python Postgres interface to Windows (PgSQL). It seemsBruce Momjian2001-06-071-0/+9
* This adds unary plus capability. No grammar changes, per Tom's request.Bruce Momjian2001-06-0710-13/+102
* get_seq_name should truncate name to NAMEDATALEN, so that this works:Tom Lane2001-06-061-2/+21
* Be a little smarter about deciding how many most-common values to save.Tom Lane2001-06-061-13/+104
* Add large object finalization cleanup to the proper java file.Bruce Momjian2001-06-061-0/+6
* Remove large object finalize code. Compile error.Bruce Momjian2001-06-061-8/+0
* pgindent fix for asterisk indented too much in return type, for Tom.Bruce Momjian2001-06-061-1/+1
* Patch from Ian Lance Taylor fixing multiple cursor argumentsJan Wieck2001-06-061-3/+19
* Adjust WAL code so that checkpoints truncate the xlog at the previousTom Lane2001-06-064-9/+59
* Correct permissions-checking bugs associated with ancient decision toTom Lane2001-06-055-105/+162
* Improve planning of OR indexscan plans: for quals likeTom Lane2001-06-054-61/+86
* Further work on making use of new statistics in planner. Adjust APIsTom Lane2001-06-0520-195/+337
* This patch adds support for %TYPE in CREATE FUNCTION argument and returnBruce Momjian2001-06-048-8/+157
* protected void finalize() {Bruce Momjian2001-06-041-1/+9
* Give error message, rather than coredump, for utility statements inTom Lane2001-06-041-5/+18