| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove more NULL lines. | Bruce Momjian | 2001-06-14 | 1 | -0/+0 |
| * | Fix nulls in HTML file. | Bruce Momjian | 2001-06-14 | 1 | -0/+0 |
| * | has_table_privilege functions from Joe Conway (with some kibitzing from | Tom Lane | 2001-06-14 | 10 | -84/+845 |
| * | Allow a non-superuser database owner to vacuum all tables in his | Tom Lane | 2001-06-13 | 10 | -94/+94 |
| * | Fix for duplicate oids just introduced in patch. Don't think it needs | Bruce Momjian | 2001-06-13 | 1 | -4/+4 |
| * | Attached is a patch adding following functions: | Bruce Momjian | 2001-06-13 | 5 | -3/+81 |
| * | Fix compile failure when --enable-multibyte. | Bruce Momjian | 2001-06-13 | 1 | -2/+2 |
| * | Don't assume free(NULL) is OK. Yes, I know ANSI C says it is. | Tom Lane | 2001-06-13 | 1 | -6/+14 |
| * | Update some obsolete examples. | Tom Lane | 2001-06-13 | 1 | -10/+7 |
| * | Remove some dead code, simplify calling convention. | Tom Lane | 2001-06-13 | 3 | -82/+50 |
| * | - Synced preproc.y with gram.y. | Michael Meskes | 2001-06-13 | 3 | -16/+43 |
| * | Extend GUC concepts of parse_hook and assign_hook to all four supported | Tom Lane | 2001-06-12 | 6 | -136/+223 |
| * | Fix compile error caused by patch application. | Bruce Momjian | 2001-06-12 | 1 | -3/+0 |
| * | Repair problem with multi-action rules in combination with any nontrivial | Tom Lane | 2001-06-12 | 1 | -20/+19 |
| * | Back out has_table_privilege patch. | Bruce Momjian | 2001-06-12 | 6 | -825/+5 |
| * | OK -- here's take #5. | Bruce Momjian | 2001-06-12 | 6 | -5/+825 |
| * | I installed postgres 7.1 with --enable-odbc. I then installed | Bruce Momjian | 2001-06-12 | 1 | -24/+23 |
| * | Clean up various to-do items associated with system indexes: | Tom Lane | 2001-06-12 | 28 | -633/+456 |
| * | The attached patch enables PostgreSQL CVS to build cleanly under Cygwin | Bruce Momjian | 2001-06-11 | 2 | -3/+8 |
| * | Got two patches that were found by folks on the Castor list, that we'd like to | Bruce Momjian | 2001-06-11 | 4 | -0/+28 |
| * | Add French psql translation. (My rendition of French anyway...) | Peter Eisentraut | 2001-06-11 | 4 | -9/+869 |
| * | Nest macros with slightly less enthusiasm, for performance and to avoid | Tom Lane | 2001-06-11 | 1 | -3/+5 |
| * | Move temporary files into 'pg_tempfiles' subdirectory of each database | Tom Lane | 2001-06-11 | 3 | -23/+140 |
| * | Make planner compute the number of hash buckets the same way that | Tom Lane | 2001-06-11 | 3 | -127/+161 |
| * | Mark inet,cidr,macaddr '=' operators as mergejoinable. | Tom Lane | 2001-06-10 | 1 | -28/+28 |
| * | Fix thinko in hash cost estimation: average frequency | Tom Lane | 2001-06-10 | 1 | -16/+6 |
| * | Allow GRANT/REVOKE to/from more than one user per invocation. Command tag | Peter Eisentraut | 2001-06-09 | 12 | -199/+265 |
| * | Teach convert_to_scalar about datatypes timetz, inet, cidr, macaddr. | Tom Lane | 2001-06-09 | 3 | -3/+76 |
| * | Add #define for OID of type macaddr. | Tom Lane | 2001-06-09 | 1 | -1/+2 |
| * | Remove RelationGetBufferWithBuffer(), which is horribly confused about | Tom Lane | 2001-06-09 | 9 | -551/+138 |
| * | Fix a few missed NOIND usages. | Tom Lane | 2001-06-09 | 6 | -20/+4 |
| * | Finish German translation, edit (original) messages a bit. | Peter Eisentraut | 2001-06-08 | 4 | -203/+240 |
| * | Preliminary code cleanup in elog(). Split out some code into utility | Peter Eisentraut | 2001-06-08 | 5 | -144/+182 |
| * | Document and work around ANT bug that prevents directory deletion. | Bruce Momjian | 2001-06-07 | 1 | -1/+3 |
| * | reset all: command line and .conf options change defaults | Bruce Momjian | 2001-06-07 | 7 | -36/+164 |
| * | I have ported another Python Postgres interface to Windows (PgSQL). It seems | Bruce Momjian | 2001-06-07 | 1 | -0/+9 |
| * | This adds unary plus capability. No grammar changes, per Tom's request. | Bruce Momjian | 2001-06-07 | 10 | -13/+102 |
| * | get_seq_name should truncate name to NAMEDATALEN, so that this works: | Tom Lane | 2001-06-06 | 1 | -2/+21 |
| * | Be a little smarter about deciding how many most-common values to save. | Tom Lane | 2001-06-06 | 1 | -13/+104 |
| * | Add large object finalization cleanup to the proper java file. | Bruce Momjian | 2001-06-06 | 1 | -0/+6 |
| * | Remove large object finalize code. Compile error. | Bruce Momjian | 2001-06-06 | 1 | -8/+0 |
| * | pgindent fix for asterisk indented too much in return type, for Tom. | Bruce Momjian | 2001-06-06 | 1 | -1/+1 |
| * | Patch from Ian Lance Taylor fixing multiple cursor arguments | Jan Wieck | 2001-06-06 | 1 | -3/+19 |
| * | Adjust WAL code so that checkpoints truncate the xlog at the previous | Tom Lane | 2001-06-06 | 4 | -9/+59 |
| * | Correct permissions-checking bugs associated with ancient decision to | Tom Lane | 2001-06-05 | 5 | -105/+162 |
| * | Improve planning of OR indexscan plans: for quals like | Tom Lane | 2001-06-05 | 4 | -61/+86 |
| * | Further work on making use of new statistics in planner. Adjust APIs | Tom Lane | 2001-06-05 | 20 | -195/+337 |
| * | This patch adds support for %TYPE in CREATE FUNCTION argument and return | Bruce Momjian | 2001-06-04 | 8 | -8/+157 |
| * | protected void finalize() { | Bruce Momjian | 2001-06-04 | 1 | -1/+9 |
| * | Give error message, rather than coredump, for utility statements in | Tom Lane | 2001-06-04 | 1 | -5/+18 |