]> granicus.if.org Git - postgresql/shortlog
postgresql
2001-06-18 Bruce MomjianAdd GUC setting for Australian timezones. Uses new...
2001-06-18 Bruce MomjianAllow removal of system-named pg_* temp tables. Rename...
2001-06-18 Bruce MomjianImprove wording of authentication files.
2001-06-18 Tom LaneDo some restructuring to improve performance of the...
2001-06-18 Hiroshi InoueFix *escape* handling in copy_statement_with_parameters...
2001-06-17 Tom LaneKeep the list of to-be-NOTIFYed names in a plain List...
2001-06-17 Tom LaneMake inet/cidr << and <<= operators indexable. From...
2001-06-16 Tom LaneTweak startup sequence so that running out of PROC...
2001-06-16 Tom LaneIt turns out that the relcache thinks it can distinguis...
2001-06-15 Tom LaneOops, forgot to commit doco updates for has_table_privi...
2001-06-15 Michael Meskesfixed bug in connect.c
2001-06-15 D'Arcy J.M... Add bpchar to list of string types.
2001-06-14 Tom LaneAdd missing PG_SETMASK(&BlockSig) to SIGHUP_handler().
2001-06-14 Tom LaneRevoke public read access from pg_statistic, create...
2001-06-14 Bruce MomjianAllow remote query execution (dblink)
2001-06-14 Bruce MomjianRemove more NULL lines.
2001-06-14 Bruce MomjianFix nulls in HTML file.
2001-06-14 Tom Lanehas_table_privilege functions from Joe Conway (with...
2001-06-13 Bruce MomjianDocs for:
2001-06-13 Tom LaneAllow a non-superuser database owner to vacuum all...
2001-06-13 Bruce MomjianFix for duplicate oids just introduced in patch. Don...
2001-06-13 Bruce MomjianAttached is a patch adding following functions:
2001-06-13 Bruce MomjianFix compile failure when --enable-multibyte.
2001-06-13 Bruce MomjianUpdate TODO list.
2001-06-13 Tom LaneDon't assume free(NULL) is OK. Yes, I know ANSI C...
2001-06-13 Tom LaneUpdate some obsolete examples.
2001-06-13 Tom LaneRemove some dead code, simplify calling convention.
2001-06-13 Michael Meskes- Synced preproc.y with gram.y.
2001-06-12 Tom LaneExtend GUC concepts of parse_hook and assign_hook to...
2001-06-12 Bruce MomjianFix compile error caused by patch application.
2001-06-12 Tom LaneRepair problem with multi-action rules in combination...
2001-06-12 Bruce MomjianAdd Updatable view mention.
2001-06-12 Bruce MomjianUpdate TODO list.
2001-06-12 Bruce MomjianBack out has_table_privilege patch.
2001-06-12 Bruce MomjianUpdate TODO list.
2001-06-12 Bruce MomjianOK -- here's take #5.
2001-06-12 Bruce MomjianI installed postgres 7.1 with --enable-odbc. I then...
2001-06-12 Bruce MomjianUpdate TODO list.
2001-06-12 Tom LaneClean up various to-do items associated with system...
2001-06-11 Bruce Momjianautoconf
2001-06-11 Bruce MomjianThe attached patch enables PostgreSQL CVS to build...
2001-06-11 Bruce Momjian Got two patches that were found by folks on the Casto...
2001-06-11 Peter EisentrautAdd French psql translation. (My rendition of French...
2001-06-11 Bruce MomjianUpdate FAQ.
2001-06-11 Tom LaneNest macros with slightly less enthusiasm, for performa...
2001-06-11 Tom LaneMove temporary files into 'pg_tempfiles' subdirectory...
2001-06-11 Tom Lanecontrib/intarray updates from Oleg Bartunov:
2001-06-11 Tom LaneUpdate EXPLAIN discussion and examples to match current...
2001-06-11 Tom LaneMake planner compute the number of hash buckets the...
2001-06-10 Tom LaneMark inet,cidr,macaddr '=' operators as mergejoinable.
2001-06-10 Bruce MomjianAdd inheritance.
2001-06-10 Bruce MomjianUpdate TODO list.
2001-06-10 Bruce MomjianUpdate or remove mentions of versions where appropriate.
2001-06-10 Tom LaneFix thinko in hash cost estimation: average frequency
2001-06-10 Bruce MomjianUpdate TODO list.
2001-06-10 Bruce MomjianAdd to TODO.detail.
2001-06-10 Bruce MomjianUpdate TODO list.
2001-06-09 Peter EisentrautAllow GRANT/REVOKE to/from more than one user per invoc...
2001-06-09 Tom LaneTeach convert_to_scalar about datatypes timetz, inet...
2001-06-09 Tom LaneAdd #define for OID of type macaddr.
2001-06-09 Tom LaneRemove RelationGetBufferWithBuffer(), which is horribly...
2001-06-09 Bruce MomjianUpdate FAQ.
2001-06-09 Tom LaneFix a few missed NOIND usages.
2001-06-08 Peter EisentrautFinish German translation, edit (original) messages...
2001-06-08 Peter EisentrautPreliminary code cleanup in elog(). Split out some...
2001-06-07 Bruce MomjianDocument and work around ANT bug that prevents director...
2001-06-07 Bruce MomjianAdd to TODO.detail.
2001-06-07 Bruce MomjianUpdate TODO list.
2001-06-07 Bruce Momjianreset all: command line and .conf options change defaults
2001-06-07 Bruce MomjianI have ported another Python Postgres interface to...
2001-06-07 Bruce MomjianThis adds unary plus capability. No grammar changes...
2001-06-06 Tom Laneget_seq_name should truncate name to NAMEDATALEN, so...
2001-06-06 Tom LaneBe a little smarter about deciding how many most-common...
2001-06-06 Bruce MomjianAdd large object finalization cleanup to the proper...
2001-06-06 Bruce MomjianRemove large object finalize code. Compile error.
2001-06-06 Bruce Momjianpgindent fix for asterisk indented too much in return...
2001-06-06 Jan WieckPatch from Ian Lance Taylor fixing multiple cursor...
2001-06-06 Tom LaneAdjust WAL code so that checkpoints truncate the xlog...
2001-06-06 Bruce MomjianUpdate TODO list.
2001-06-05 Tom LaneCorrect permissions-checking bugs associated with ancie...
2001-06-05 Tom LaneImprove planning of OR indexscan plans: for quals like
2001-06-05 Tom LaneFurther work on making use of new statistics in planner...
2001-06-04 Bruce MomjianThis patch adds support for %TYPE in CREATE FUNCTION...
2001-06-04 Bruce MomjianUpdate with new email on ftp location of Karel patch.
2001-06-04 Bruce MomjianAdd Ross's email to schema.
2001-06-04 Bruce MomjianAdd schema mention.
2001-06-04 Bruce MomjianUpdate TODO list.
2001-06-04 Bruce MomjianAdd domain to TODO.detail
2001-06-04 Bruce MomjianUpdate TODO list.
2001-06-04 Bruce Momjianprotected void finalize() {
2001-06-04 Tom LaneGive error message, rather than coredump, for utility...
2001-06-03 Peter EisentrautMark many strings in backend not covered by elog for...
2001-06-02 Tom LaneAccept and output '-Infinity' as well as 'Infinity...
2001-06-02 Bruce MomjianUpdate TODO list.
2001-06-02 Tom LaneTweak sorting so that nulls appear at the front of...
2001-06-02 Peter EisentrautNative Language Support (NLS)
2001-06-02 Tom LaneParanoia about unordered comparisons in IEEE float...
2001-06-02 Jan Wieckdllist.c is included in the frontend libpq interface...
2001-06-01 Bruce MomjianThe following patch for JDBC fixes an issue with jdbc...
2001-06-01 Tom LaneCheck for malloc failure.
next