| 2004-09-23 |  Bruce Momjian | This patch attempts to outline the supported level... | commit | commitdiff | tree | snapshot | 
| 2004-09-23 |  Bruce Momjian | This patch logs the error code in the default case... | commit | commitdiff | tree | snapshot | 
| 2004-09-23 |  Bruce Momjian | This patch attempts to note the use of the root.crt... | commit | commitdiff | tree | snapshot | 
| 2004-09-23 |  Neil Conway | Update CREATE TABLE AS docs to reflect the fact that... | commit | commitdiff | tree | snapshot | 
| 2004-09-23 |  Neil Conway | Minor tweak to pg_controldata usage information, per... | commit | commitdiff | tree | snapshot | 
| 2004-09-23 |  Neil Conway | Update installation docs for PL/Python to note that... | commit | commitdiff | tree | snapshot | 
| 2004-09-22 |  Tom Lane | Arrange for hash join to skip scanning the outer relati... | commit | commitdiff | tree | snapshot | 
| 2004-09-22 |  Tom Lane | Issue a CHECKPOINT just after creating the regression... | commit | commitdiff | tree | snapshot | 
| 2004-09-22 |  Tom Lane | Adjust ExecMakeTableFunctionResult to produce a single... | commit | commitdiff | tree | snapshot | 
| 2004-09-22 |  Neil Conway | Minor cleanup of libpq/LO examples: fix some memory... | commit | commitdiff | tree | snapshot | 
| 2004-09-22 |  Neil Conway | Some improvements for the tab-completion of psql. This... | commit | commitdiff | tree | snapshot | 
| 2004-09-22 |  Neil Conway | This patch from Alvaro Herrera adds transaction ID... | commit | commitdiff | tree | snapshot | 
| 2004-09-21 |  Neil Conway | Clarify TODO item: we ought to implement updatable... | commit | commitdiff | tree | snapshot | 
| 2004-09-21 |  Tom Lane | Rotate on time boundaries that are sensible per local... | commit | commitdiff | tree | snapshot | 
| 2004-09-20 |  Tom Lane | Change some of the existing plpgsql regression test... | commit | commitdiff | tree | snapshot | 
| 2004-09-20 |  Tom Lane | Some editorializing on the docs for the dollar-quoting... | commit | commitdiff | tree | snapshot | 
| 2004-09-20 |  Tom Lane | Fix some shortcomings in psql's autocommit-off mode... | commit | commitdiff | tree | snapshot | 
| 2004-09-20 |  Tom Lane | Documentation improvements, per Josh Berkus. | commit | commitdiff | tree | snapshot | 
| 2004-09-20 |  Peter Eisentraut | Translation update | commit | commitdiff | tree | snapshot | 
| 2004-09-20 |  Peter Eisentraut | Translation updates | commit | commitdiff | tree | snapshot | 
| 2004-09-20 |  Peter Eisentraut | Translation updates | commit | commitdiff | tree | snapshot | 
| 2004-09-20 |  Peter Eisentraut | Translation updates | commit | commitdiff | tree | snapshot | 
| 2004-09-20 |  Tom Lane | Now that I look, table 8-1 has some other marginal... | commit | commitdiff | tree | snapshot | 
| 2004-09-20 |  Neil Conway | Minor documentation cleanup and improvement. | commit | commitdiff | tree | snapshot | 
| 2004-09-19 |  Tom Lane | Add defenses against plpython functions being declared... | commit | commitdiff | tree | snapshot | 
| 2004-09-18 |  Tom Lane | Fix estimate_num_groups to be able to use expression... | commit | commitdiff | tree | snapshot | 
| 2004-09-18 |  Tom Lane | Put the brackets in the right places in timestamp entri... | commit | commitdiff | tree | snapshot | 
| 2004-09-18 |  Peter Eisentraut | Move comment at end of line to a separate line so trail... | commit | commitdiff | tree | snapshot | 
| 2004-09-18 |  Tom Lane | Fix memory leak in tokenize_file, per report from Vadim... | commit | commitdiff | tree | snapshot | 
| 2004-09-17 |  Tom Lane | Improve documentation of log rotation options, per... | commit | commitdiff | tree | snapshot | 
| 2004-09-17 |  Peter Eisentraut | Add support for GNU/Hurd and GNU/*BSD.  For our purpose... | commit | commitdiff | tree | snapshot | 
| 2004-09-17 |  Peter Eisentraut | New config.guess and config.sub | commit | commitdiff | tree | snapshot | 
| 2004-09-17 |  Peter Eisentraut | Allow WIN1250 as server encoding. | commit | commitdiff | tree | snapshot | 
| 2004-09-17 |  Tom Lane | Here is a patch bringing oid2name into the 21st century. | commit | commitdiff | tree | snapshot | 
| 2004-09-17 |  Tom Lane | Hashed LEFT JOIN would miss outer tuples with no inner... | commit | commitdiff | tree | snapshot | 
| 2004-09-17 |  Tom Lane | Now that xmax and cmin are distinct fields again, we... | commit | commitdiff | tree | snapshot | 
| 2004-09-17 |  Neil Conway | Hyperlink a reference to DROP CAST in the CREATE CAST... | commit | commitdiff | tree | snapshot | 
| 2004-09-16 |  Joe Conway | Make discovery of python_configdir architecture indepen... | commit | commitdiff | tree | snapshot | 
| 2004-09-16 |  Tom Lane | Fix oversight: there's no reason for PG_TRY to use... | commit | commitdiff | tree | snapshot | 
| 2004-09-16 |  Tom Lane | Remove contrib/pg_logger, per recent discussion. | commit | commitdiff | tree | snapshot | 
| 2004-09-16 |  Tom Lane | Remove erroneous Assert, per example from Kris Jurka. | commit | commitdiff | tree | snapshot | 
| 2004-09-16 |  Tom Lane | Add some marginal tweaks to eliminate memory leakages... | commit | commitdiff | tree | snapshot | 
| 2004-09-16 |  Tom Lane | RecentXmin is too recent to use as the cutoff point... | commit | commitdiff | tree | snapshot | 
| 2004-09-16 |  Tom Lane | Restructure subtransaction handling to reduce resource... | commit | commitdiff | tree | snapshot | 
| 2004-09-16 |  Neil Conway | Minor doc tweak: mention that function names can be... | commit | commitdiff | tree | snapshot | 
| 2004-09-16 |  Neil Conway | Fix a read of uninitialized memory in array_out().... | commit | commitdiff | tree | snapshot | 
| 2004-09-14 |  Neil Conway | Cosmetic PL/PgSQL fix: declare the second parameter... | commit | commitdiff | tree | snapshot | 
| 2004-09-14 |  Bruce Momjian | Mark as done: | commit | commitdiff | tree | snapshot | 
| 2004-09-14 |  Peter Eisentraut | New translation | commit | commitdiff | tree | snapshot | 
| 2004-09-14 |  Peter Eisentraut | Translation update | commit | commitdiff | tree | snapshot | 
| 2004-09-14 |  Tom Lane | Fix contrib/cube and contrib/seg to compile on Windows. | commit | commitdiff | tree | snapshot | 
| 2004-09-14 |  Tom Lane | Fix some minor issues with the new Win32 service code... | commit | commitdiff | tree | snapshot | 
| 2004-09-14 |  Tom Lane | Adjust tsearch2.sql to avoid use of COPY FROM STDIN... | commit | commitdiff | tree | snapshot | 
| 2004-09-14 |  Tom Lane | Win32 compile fix for misc_utils. | commit | commitdiff | tree | snapshot | 
| 2004-09-14 |  Tom Lane | Win32 compile fixes for pgbench, pgcrypto, and tsearch. | commit | commitdiff | tree | snapshot | 
| 2004-09-14 |  Tom Lane | Fix contrib/dbase to compile under Win32.  Laurent... | commit | commitdiff | tree | snapshot | 
| 2004-09-14 |  Tom Lane | Make pltcl work on Win32.  Magnus Hagander | commit | commitdiff | tree | snapshot | 
| 2004-09-13 |  Neil Conway | Fix small memory leak in psql. | commit | commitdiff | tree | snapshot | 
| 2004-09-13 |  Peter Eisentraut | Translation update | commit | commitdiff | tree | snapshot | 
| 2004-09-13 |  Tom Lane | Redesign query-snapshot timing so that volatile functio... | commit | commitdiff | tree | snapshot | 
| 2004-09-13 |  Peter Eisentraut | Translation updates | commit | commitdiff | tree | snapshot | 
| 2004-09-13 |  Peter Eisentraut | Translation updates | commit | commitdiff | tree | snapshot | 
| 2004-09-13 |  Peter Eisentraut | New translations | commit | commitdiff | tree | snapshot | 
| 2004-09-13 |  Peter Eisentraut | New translation | commit | commitdiff | tree | snapshot | 
| 2004-09-13 |  Peter Eisentraut | Translation updates | commit | commitdiff | tree | snapshot | 
| 2004-09-13 |  Neil Conway | Fix two typos in comments. | commit | commitdiff | tree | snapshot | 
| 2004-09-12 |  Bruce Momjian | Re-add brace removal code but comment it out so we... | commit | commitdiff | tree | snapshot | 
| 2004-09-12 |  Bruce Momjian | Remove code that delete braces around single statements. | commit | commitdiff | tree | snapshot | 
| 2004-09-12 |  Tom Lane | When LockAcquire fails at the stage of creating a procl... | commit | commitdiff | tree | snapshot | 
| 2004-09-11 |  Tom Lane | Renumber SnapshotNow and the other special snapshot... | commit | commitdiff | tree | snapshot | 
| 2004-09-11 |  Tom Lane | Ensure that pg_largeobject references opened by lo_impo... | commit | commitdiff | tree | snapshot | 
| 2004-09-11 |  Bruce Momjian | Send thread test output to file descriptor 5 like confi... | commit | commitdiff | tree | snapshot | 
| 2004-09-11 |  Bruce Momjian | Check for ignored thread compiler options to reduce... | commit | commitdiff | tree | snapshot | 
| 2004-09-10 |  Bruce Momjian | Done: | commit | commitdiff | tree | snapshot | 
| 2004-09-10 |  Tom Lane | Fix some problems with restoring databases owned by... | commit | commitdiff | tree | snapshot | 
| 2004-09-10 |  Tom Lane | Fire non-deferred AFTER triggers immediately upon query... | commit | commitdiff | tree | snapshot | 
| 2004-09-10 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2004-09-10 |  Bruce Momjian | Fix #if define | commit | commitdiff | tree | snapshot | 
| 2004-09-10 |  Bruce Momjian | Fix palloc call from /port for Cygwin. | commit | commitdiff | tree | snapshot | 
| 2004-09-10 |  Bruce Momjian | Properly include port file for Cygwin. | commit | commitdiff | tree | snapshot | 
| 2004-09-10 |  Bruce Momjian | Minor cleanup. | commit | commitdiff | tree | snapshot | 
| 2004-09-10 |  Bruce Momjian | More cleanup. | commit | commitdiff | tree | snapshot | 
| 2004-09-10 |  Bruce Momjian | Use $PORTNAME consistently instead of $host_os, where... | commit | commitdiff | tree | snapshot | 
| 2004-09-10 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2004-09-10 |  Bruce Momjian | Add mention loops over unlink/rename might not be needed. | commit | commitdiff | tree | snapshot | 
| 2004-09-10 |  Bruce Momjian | Move undef of rename/unlink so system declarations... | commit | commitdiff | tree | snapshot | 
| 2004-09-10 |  Bruce Momjian | Adjust quotes for win32 build of psql. | commit | commitdiff | tree | snapshot | 
| 2004-09-10 |  Neil Conway | Fix two typos in comments. | commit | commitdiff | tree | snapshot | 
| 2004-09-10 |  Neil Conway | Apply patch from Steven Singer for contrib/dbmirror... | commit | commitdiff | tree | snapshot | 
| 2004-09-10 |  Neil Conway | psql consistency fixes from Greg Sabino Mullane: have... | commit | commitdiff | tree | snapshot | 
| 2004-09-10 |  Bruce Momjian | Create pg_config_paths in port/ for win32 builds of... | commit | commitdiff | tree | snapshot | 
| 2004-09-10 |  Bruce Momjian | Clean up Cygwin test. | commit | commitdiff | tree | snapshot | 
| 2004-09-09 |  Bruce Momjian | Move TIMEZONE_GLOBAL out into the proper place. | commit | commitdiff | tree | snapshot | 
| 2004-09-09 |  Bruce Momjian | We don't use java in our compiles anymore so remove... | commit | commitdiff | tree | snapshot | 
| 2004-09-09 |  Dennis Bjorklund | Added a call to gettext() to fix broken translated... | commit | commitdiff | tree | snapshot | 
| 2004-09-09 |  Dennis Bjorklund | Translation updates | commit | commitdiff | tree | snapshot | 
| 2004-09-09 |  Dennis Bjorklund | Some source files was not scanned for translatable... | commit | commitdiff | tree | snapshot | 
| 2004-09-09 |  Dennis Bjorklund | Translation updates | commit | commitdiff | tree | snapshot | 
| 2004-09-09 |  Bruce Momjian | Fix Cygwin defines to be consistent. | commit | commitdiff | tree | snapshot | 
| 2004-09-09 |  Bruce Momjian | Make TZNAME_GLOBAL for reference to tzname global variable. | commit | commitdiff | tree | snapshot | 
| next |