2001-06-20 |
D'Arcy J.M... | Add NUMERICOID to this script. This script can be... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Hiroshi Inoue | Change the driver so that large error messages are... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Bruce Momjian | Apparently, on some systems, ExtUtils::Embed and MakeMa... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Bruce Momjian | Attached is a patch to deal with the ones that I missed... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Bruce Momjian | Back out SET ALL patch because it is breaking things. |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Tom Lane | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Tom Lane | Fix badly broken RelationGetRelationName(). |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Tom Lane | Clean up some longstanding problems in shared-cache... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Bruce Momjian | Move temprel name define from temprel.h to rel.h. |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Tom Lane | Bring RelationGetRelationName into sync with new temp... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Hiroshi Inoue | Corrected the check for *message truncated* for the... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Hiroshi Inoue | Changed the error handling as follows. |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Bruce Momjian | RESET ALL secondary patch: |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Bruce Momjian | Well, after persuading cvsup and cvs that it _is_ possi... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Bruce Momjian | The attached patch enables the contrib subtree to build... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Bruce Momjian | Untar copyright.html file and make good version. |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Bruce Momjian | Here's a small patch for dblink: |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Tom Lane | Fix some references to USE_AUSTRALIAN_RULES that Bruce... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Bruce Momjian | Add new dblink to /contrib Makefile.' |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Bruce Momjian | Add GUC setting for Australian timezones. Uses new... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Bruce Momjian | Allow removal of system-named pg_* temp tables. Rename... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Bruce Momjian | Improve wording of authentication files. |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Tom Lane | Do some restructuring to improve performance of the... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Hiroshi Inoue | Fix *escape* handling in copy_statement_with_parameters... |
commit | commitdiff | tree | snapshot |
2001-06-17 |
Tom Lane | Keep the list of to-be-NOTIFYed names in a plain List... |
commit | commitdiff | tree | snapshot |
2001-06-17 |
Tom Lane | Make inet/cidr << and <<= operators indexable. From... |
commit | commitdiff | tree | snapshot |
2001-06-16 |
Tom Lane | Tweak startup sequence so that running out of PROC... |
commit | commitdiff | tree | snapshot |
2001-06-16 |
Tom Lane | It turns out that the relcache thinks it can distinguis... |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Tom Lane | Oops, forgot to commit doco updates for has_table_privi... |
commit | commitdiff | tree | snapshot |
2001-06-15 |
Michael Meskes | fixed bug in connect.c |
commit | commitdiff | tree | snapshot |
2001-06-15 |
D'Arcy J.M... | Add bpchar to list of string types. |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Tom Lane | Add missing PG_SETMASK(&BlockSig) to SIGHUP_handler(). |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Tom Lane | Revoke public read access from pg_statistic, create... |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Bruce Momjian | Allow remote query execution (dblink) |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Bruce Momjian | Remove more NULL lines. |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Bruce Momjian | Fix nulls in HTML file. |
commit | commitdiff | tree | snapshot |
2001-06-14 |
Tom Lane | has_table_privilege functions from Joe Conway (with... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Bruce Momjian | Docs for: |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Tom Lane | Allow a non-superuser database owner to vacuum all... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Bruce Momjian | Fix for duplicate oids just introduced in patch. Don... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Bruce Momjian | Attached is a patch adding following functions: |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Bruce Momjian | Fix compile failure when --enable-multibyte. |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Tom Lane | Don't assume free(NULL) is OK. Yes, I know ANSI C... |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Tom Lane | Update some obsolete examples. |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Tom Lane | Remove some dead code, simplify calling convention. |
commit | commitdiff | tree | snapshot |
2001-06-13 |
Michael Meskes | - Synced preproc.y with gram.y. |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Tom Lane | Extend GUC concepts of parse_hook and assign_hook to... |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Bruce Momjian | Fix compile error caused by patch application. |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Tom Lane | Repair problem with multi-action rules in combination... |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Bruce Momjian | Add Updatable view mention. |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Bruce Momjian | Back out has_table_privilege patch. |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Bruce Momjian | OK -- here's take #5. |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Bruce Momjian | I installed postgres 7.1 with --enable-odbc. I then... |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-06-12 |
Tom Lane | Clean up various to-do items associated with system... |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Bruce Momjian | autoconf |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Bruce Momjian | The attached patch enables PostgreSQL CVS to build... |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Bruce Momjian | Got two patches that were found by folks on the Casto... |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Peter Eisentraut | Add French psql translation. (My rendition of French... |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Tom Lane | Nest macros with slightly less enthusiasm, for performa... |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Tom Lane | Move temporary files into 'pg_tempfiles' subdirectory... |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Tom Lane | contrib/intarray updates from Oleg Bartunov: |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Tom Lane | Update EXPLAIN discussion and examples to match current... |
commit | commitdiff | tree | snapshot |
2001-06-11 |
Tom Lane | Make planner compute the number of hash buckets the... |
commit | commitdiff | tree | snapshot |
2001-06-10 |
Tom Lane | Mark inet,cidr,macaddr '=' operators as mergejoinable. |
commit | commitdiff | tree | snapshot |
2001-06-10 |
Bruce Momjian | Add inheritance. |
commit | commitdiff | tree | snapshot |
2001-06-10 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-06-10 |
Bruce Momjian | Update or remove mentions of versions where appropriate. |
commit | commitdiff | tree | snapshot |
2001-06-10 |
Tom Lane | Fix thinko in hash cost estimation: average frequency |
commit | commitdiff | tree | snapshot |
2001-06-10 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-06-10 |
Bruce Momjian | Add to TODO.detail. |
commit | commitdiff | tree | snapshot |
2001-06-10 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-06-09 |
Peter Eisentraut | Allow GRANT/REVOKE to/from more than one user per invoc... |
commit | commitdiff | tree | snapshot |
2001-06-09 |
Tom Lane | Teach convert_to_scalar about datatypes timetz, inet... |
commit | commitdiff | tree | snapshot |
2001-06-09 |
Tom Lane | Add #define for OID of type macaddr. |
commit | commitdiff | tree | snapshot |
2001-06-09 |
Tom Lane | Remove RelationGetBufferWithBuffer(), which is horribly... |
commit | commitdiff | tree | snapshot |
2001-06-09 |
Bruce Momjian | Update FAQ. |
commit | commitdiff | tree | snapshot |
2001-06-09 |
Tom Lane | Fix a few missed NOIND usages. |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Peter Eisentraut | Finish German translation, edit (original) messages... |
commit | commitdiff | tree | snapshot |
2001-06-08 |
Peter Eisentraut | Preliminary code cleanup in elog(). Split out some... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Bruce Momjian | Document and work around ANT bug that prevents director... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Bruce Momjian | Add to TODO.detail. |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Bruce Momjian | reset all: command line and .conf options change defaults |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Bruce Momjian | I have ported another Python Postgres interface to... |
commit | commitdiff | tree | snapshot |
2001-06-07 |
Bruce Momjian | This adds unary plus capability. No grammar changes... |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Tom Lane | get_seq_name should truncate name to NAMEDATALEN, so... |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Tom Lane | Be a little smarter about deciding how many most-common... |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Bruce Momjian | Add large object finalization cleanup to the proper... |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Bruce Momjian | Remove large object finalize code. Compile error. |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Bruce Momjian | pgindent fix for asterisk indented too much in return... |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Jan Wieck | Patch from Ian Lance Taylor fixing multiple cursor... |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Tom Lane | Adjust WAL code so that checkpoints truncate the xlog... |
commit | commitdiff | tree | snapshot |
2001-06-06 |
Bruce Momjian | Update TODO list. |
commit | commitdiff | tree | snapshot |
2001-06-05 |
Tom Lane | Correct permissions-checking bugs associated with ancie... |
commit | commitdiff | tree | snapshot |
next |