]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2005-06-14  Bruce MomjianMove item into proper section:
2005-06-14  Bruce MomjianAttached is a makefile I hacked up to build pg_config...
2005-06-14  Bruce MomjianAdd GUC krb_server_hostname so the server hostname...
2005-06-14  Bruce MomjianDone:
2005-06-14  Tom LaneThe random selection in function linear() could deliver...
2005-06-14  Teodor SigaevWAL for GiST. It work for online backup and so on,...
2005-06-14  Neil ConwayAllow the parameters to PL/PgSQL's RAISE statement...
2005-06-14  Tom LaneTeach planner to optionally ignore index columns that...
2005-06-14  Bruce MomjianDone:
2005-06-14  Bruce MomjianAdd -L option to psql to log sessions.
2005-06-14  Neil ConwayCleanup for "#option dump" in PL/PgSQL: don't print...
2005-06-13  Tom LaneChange the planner to allow indexscan qualification...
2005-06-13  Neil ConwayPer discussion on -hackers, this patch changes psql...
2005-06-13  Neil ConwaySGML cleanup: consistently use "endterm" in <xref>s...
2005-06-13  Tom LaneAdjust lo_open() so that specifying INV_READ without...
2005-06-12  Tom LaneDocument the --enable-integer-datetimes configure optio...
2005-06-12  Neil ConwayThis patch removes some old code from libpq that implem...
2005-06-12  Neil Conwaylibpq was not consistently checking for memory allocati...
2005-06-10  Tom LaneSeparate predicate-testing code out of indxpath.c,...
2005-06-10  Tom LaneAdjust comment about %t and %s to cover %m as well...
2005-06-10  Tatsuo IshiiFix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.
2005-06-10  Bruce MomjianAdd space before :DBNAME for proper \set expansion.
2005-06-10  Neil ConwayMinor cleanup of documentation for recently-added HISTF...
2005-06-10  Neil ConwayImplement two new special variables in PL/PgSQL: SQLSTA...
2005-06-10  Bruce MomjianUse saveHistory so we get a nice error message on failure.
2005-06-10  Bruce Momjianthe following patch makes the filename used to store...
2005-06-10  Bruce MomjianMore Win32 tilde code comments.
2005-06-10  Bruce MomjianAdd comment on tilde expansion.
2005-06-10  Bruce MomjianRemove unneeded variable test, per Tom.
2005-06-10  Tom LaneQuick hack to allow the outer query's tuple_fraction...
2005-06-10  Bruce MomjianAdd the "PGPASSFILE" environment variable to specify...
2005-06-10  Tom LaneIf a LIMIT is applied to a UNION ALL query, plan each...
2005-06-10  Tom LaneRevise searching of subplan target lists to use somethi...
2005-06-09  Bruce MomjianThis patch shows the full path name when doing a \s...
2005-06-09  Bruce MomjianFree buffer allocated via malloc (process is short...
2005-06-09  Bruce MomjianMention prefix %t has no milliseconds.
2005-06-09  Bruce MomjianRestructure log_line_prefix options to be clearer:
2005-06-09  Bruce MomjianThis patch against 8.0.0beta1 source adds log_line_pref...
2005-06-09  Tom LaneFix typo in comment, per Alvaro.
2005-06-09  Tom LaneFix assign_datestyle() so that it doesn't misleadingly...
2005-06-09  Tom LaneMake SPI set SPI_processed for CREATE TABLE AS / SELECT...
2005-06-09  Tom LaneAdd missing #include -- mea culpa.
2005-06-09  Tom LaneDefend against omitted paramLengths[] array in PQsendQu...
2005-06-09  Tom LaneRepair error in description of nonblocking usage of...
2005-06-09  Tom LaneAvoid bare 'struct Node;' declaration --- provokes...
2005-06-09  Bruce Momjian\(rs should be \\(rs, per Tom.
2005-06-09  Tom LanePut a critical section around update of hash index...
2005-06-09  Peter EisentrautAdd example for pg_config --configure.
2005-06-09  Bruce MomjianSince I needed this feature badly, I added the -n ...
2005-06-09  Bruce MomjianPlease find attached a patch (diff -c against cvs HEAD...
2005-06-09  Bruce MomjianI've created a patch which adds support for troff ...
2005-06-09  Tom LaneSimplify the planner's join clause management by storin...
2005-06-09  Bruce MomjianRemove idea of schema tablespaces:
2005-06-08  Tom LaneMarginal hack to avoid spending a lot of time in find_j...
2005-06-08  Tom LaneRemove grammar productions for prefix and postfix ...
2005-06-08  Tom LaneChange WAL-logging scheme for multixacts to be more...
2005-06-08  Neil ConwayCorrect an omission in the syntax error message emitted...
2005-06-07  Bruce MomjianMention ipcrm and ipcclean in error message.
2005-06-07  Bruce MomjianFix word wrap:
2005-06-07  Tom LaneUse just NULL not NULL::TEXT --- the latter coding...
2005-06-07  Neil ConwayAdd a function lastval(), which returns the value retur...
2005-06-07  Neil ConwayAdd support for an optional INTO clause to PL/PgSQL...
2005-06-07  Bruce MomjianUpdate text for RESET CONNECTION:
2005-06-07  Bruce MomjianIpcrm -> ipcclean in error message:
2005-06-06  Bruce MomjianAdd rtee box index discussion.
2005-06-06  Bruce MomjianAdd:
2005-06-06  Tom LaneModify XLogInsert API to make callers specify whether...
2005-06-06  Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-06-06  Bruce MomjianUpdate Hungarian FAQ and add an HTML version.
2005-06-06  Tom LaneTrivial markup improvement.
2005-06-06  Tom LaneNab some low-hanging fruit: replace the planner's base_...
2005-06-05  Tom LaneRemove planner's private fields from Query struct,...
2005-06-05  Bruce MomjianAdd description for backend termination:
2005-06-05  Bruce MomjianHere's a patch to do the following:
2005-06-05  Tom LaneCode for SET/SHOW TIME ZONE with a fixed-interval timez...
2005-06-05  Bruce MomjianAdd 2phase TODO.detail.
2005-06-05  Bruce MomjianAdd TODO.detail for 2phase commit:
2005-06-05  Tom LaneReplace the parser's namespace tree (which formerly...
2005-06-05  Bruce MomjianAdd TODO.detail.
2005-06-05  Bruce MomjianRemove duplicate emails.
2005-06-05  Bruce MomjianAdd TODO.detail for timezone:
2005-06-05  Bruce MomjianAdd TODO.detail of standard timezone data type.
2005-06-04  Bruce MomjianAdd pg_upgrade TODO.detail.
2005-06-04  Bruce MomjianAdd TODO.detail:
2005-06-04  Bruce MomjianAdd pg_dump TODO.detail for multiple -t / -n flags.
2005-06-04  Bruce MomjianAdd pg_dump to TODO.detail.
2005-06-04  Bruce MomjianBack out patch:
2005-06-04  Bruce MomjianAdd comment for multi-byte computation.
2005-06-04  Bruce MomjianAllow kerberos name and username case sensitivity to...
2005-06-04  Bruce MomjianAt 2005-05-21 20:18:50 +0530, ams@oryx.com wrote:
2005-06-04  Bruce MomjianTom Lane <tgl@sss.pgh.pa.us> writes:
2005-06-04  Tom LaneChange expandRTE() and ResolveNew() back to taking...
2005-06-04  Bruce MomjianBack out make_mkid change.
2005-06-04  Bruce MomjianImprove readability of config location params by adding...
2005-06-04  Bruce MomjianAdd:
2005-06-04  Bruce MomjianAdd description:
2005-06-04  Bruce MomjianFix NUMERIC modulus to properly truncate division in...
2005-06-04  Bruce MomjianUpdate Chinese FAQ to fix XHTML format.
2005-06-04  Neil ConwayRemove unused 'printCost' field from ExplainState,...
2005-06-03  Tom LaneRevise handling of dropped columns in JOIN alias lists...
next