| 2005-10-13 |  Bruce Momjian | Update krb_server_name to document that a missing entry... | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Tom Lane | Update documentation to reflect the new ALTER OWNER... | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Tom Lane | Describe the behavior of the SQL_ASCII encoding more... | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Tom Lane | Adjust the discussion of triggers to more clearly guide... | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Bruce Momjian | The patch updates the documentation to reflect the... | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Bruce Momjian | Enable threaded python builds on freebsd5, per report... | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Peter Eisentraut | Turn off list of tables, figures, and examples. | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Tom Lane | Go back to emitting path names with forward slashes... | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Bruce Momjian | Back out this because of fear of changing error strings: | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Bruce Momjian | This makes the error messages for PREPARE TRANSACTION... | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Bruce Momjian | Rewording, use the more common multi-threaded/single... | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Bruce Momjian | Clarify causes of possible mismatch between Win32 libra... | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Bruce Momjian | Some additional doc changes based around compression... | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Bruce Momjian | Mark xslt_process() as volatile. | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Bruce Momjian | Use get_progname() in backend main.c, rather than port... | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Tom Lane | Fix small oversight in recent patch to add more CREATE... | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Bruce Momjian | Change xpath_table() and xslt_process() from IMMUTABLE... | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Bruce Momjian | Fix capitalization of example. | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Neil Conway | Remove an antiquated comment. | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Neil Conway | Add a comment describing the requirement that pointers... | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Bruce Momjian | Update trigger demo to reflect new trigger ordering. | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Bruce Momjian | Remove extra <para> | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Bruce Momjian | Update: | commit | commitdiff | tree | snapshot | 
| 2005-10-13 |  Tom Lane | Don't try to remove duplicate OR-subclauses in create_b... | commit | commitdiff | tree | snapshot | 
| 2005-10-12 |  Tom Lane | Fix spelling error, per Michael Fuhr. | commit | commitdiff | tree | snapshot | 
| 2005-10-12 |  Bruce Momjian | Remove item: | commit | commitdiff | tree | snapshot | 
| 2005-10-12 |  Tom Lane | Fix longstanding bug found by Atsushi Ogawa: _bt_check_... | commit | commitdiff | tree | snapshot | 
| 2005-10-12 |  Tom Lane | Fix another recently-changed place that was messing... | commit | commitdiff | tree | snapshot | 
| 2005-10-12 |  Tom Lane | Do all accesses to shared buffer headers through volati... | commit | commitdiff | tree | snapshot | 
| 2005-10-12 |  Bruce Momjian | Add warning about plperl nested named subroutines | commit | commitdiff | tree | snapshot | 
| 2005-10-12 |  Bruce Momjian | No longer needed: | commit | commitdiff | tree | snapshot | 
| 2005-10-12 |  Bruce Momjian | Rearrange: | commit | commitdiff | tree | snapshot | 
| 2005-10-12 |  Bruce Momjian | Done: | commit | commitdiff | tree | snapshot | 
| 2005-10-12 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2005-10-12 |  Peter Eisentraut | Update keywords table for 8.1. | commit | commitdiff | tree | snapshot | 
| 2005-10-12 |  Bruce Momjian | Add description: | commit | commitdiff | tree | snapshot | 
| 2005-10-12 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2005-10-11 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2005-10-11 |  PostgreSQL... | must commit *after* autoconf, not before  REL8_1_0BETA3 | commit | commitdiff | tree | snapshot | 
| 2005-10-11 |  PostgreSQL... | update to beta3 before tagging ... | commit | commitdiff | tree | snapshot | 
| 2005-10-11 |  Neil Conway | Fix typo in sample pg_hba.conf; per IRC report from... | commit | commitdiff | tree | snapshot | 
| 2005-10-11 |  Tom Lane | Release notes up to date as of today. | commit | commitdiff | tree | snapshot | 
| 2005-10-11 |  Tom Lane | Add infrastructure for making spins_per_delay variable... | commit | commitdiff | tree | snapshot | 
| 2005-10-11 |  Tom Lane | Don't use a non-locked pre-test of the spinlock on... | commit | commitdiff | tree | snapshot | 
| 2005-10-11 |  Tom Lane | Document that get_attstatsslot/free_attstatsslot only... | commit | commitdiff | tree | snapshot | 
| 2005-10-11 |  Tom Lane | Fix oversight in 8.0 modification of RestrictInfo data... | commit | commitdiff | tree | snapshot | 
| 2005-10-10 |  Tom Lane | Remove the DELETEs from pg_shadow and pg_group that... | commit | commitdiff | tree | snapshot | 
| 2005-10-10 |  Tom Lane | Use a safer order of operations in dropdb(): rollbackab... | commit | commitdiff | tree | snapshot | 
| 2005-10-10 |  Peter Eisentraut | Document the process to update translations. | commit | commitdiff | tree | snapshot | 
| 2005-10-10 |  Peter Eisentraut | Translation update | commit | commitdiff | tree | snapshot | 
| 2005-10-10 |  Tom Lane | Fix the problem of GRANTs creating "dangling" privilege... | commit | commitdiff | tree | snapshot | 
| 2005-10-10 |  Tom Lane | <limits.h> is now needed here, for INT_MAX.  Per Michae... | commit | commitdiff | tree | snapshot | 
| 2005-10-09 |  Tom Lane | Fix (hopefully for the last time) problems with datetim... | commit | commitdiff | tree | snapshot | 
| 2005-10-08 |  Tom Lane | Fix a thinko in description of krb_server_hostname. | commit | commitdiff | tree | snapshot | 
| 2005-10-08 |  Tom Lane | Fix up grammar in variable description string. | commit | commitdiff | tree | snapshot | 
| 2005-10-08 |  Tom Lane | Fix Kerberos authentication in wake of virtual-hosts... | commit | commitdiff | tree | snapshot | 
| 2005-10-08 |  Bruce Momjian | Remove unnecessary ABORT commands in dblink regression... | commit | commitdiff | tree | snapshot | 
| 2005-10-08 |  Bruce Momjian | Cosmetic improvements to dblink. | commit | commitdiff | tree | snapshot | 
| 2005-10-08 |  Bruce Momjian | Cosmetic changes to dblink. | commit | commitdiff | tree | snapshot | 
| 2005-10-08 |  Bruce Momjian | Cosmetic changes to dblink. | commit | commitdiff | tree | snapshot | 
| 2005-10-08 |  Bruce Momjian | Add spacing around operators. | commit | commitdiff | tree | snapshot | 
| 2005-10-07 |  Tom Lane | Fix LWLockAssign() so that it can safely be executed... | commit | commitdiff | tree | snapshot | 
| 2005-10-07 |  Bruce Momjian | Minor parentheses cleanup. | commit | commitdiff | tree | snapshot | 
| 2005-10-07 |  Bruce Momjian | Add spaces around operator. | commit | commitdiff | tree | snapshot | 
| 2005-10-07 |  Tom Lane | Allocate a few extra LWLocks for possible use by add... | commit | commitdiff | tree | snapshot | 
| 2005-10-07 |  Tom Lane | Marginal performance improvement in aclmask(): don... | commit | commitdiff | tree | snapshot | 
| 2005-10-07 |  Tom Lane | Recognize ERROR_SHARING_VIOLATION (translate to EACCES... | commit | commitdiff | tree | snapshot | 
| 2005-10-07 |  Tom Lane | (Apologies for fat-fingering cvs commit command...... | commit | commitdiff | tree | snapshot | 
| 2005-10-07 |  Tom Lane | gni | commit | commitdiff | tree | snapshot | 
| 2005-10-07 |  Alvaro Herrera | Remove an unused typedef. | commit | commitdiff | tree | snapshot | 
| 2005-10-07 |  Bruce Momjian | Update: | commit | commitdiff | tree | snapshot | 
| 2005-10-07 |  Bruce Momjian | Add: | commit | commitdiff | tree | snapshot | 
| 2005-10-06 |  Tom Lane | Minor dbf2pg fixes from Martin Pitt: check for failure... | commit | commitdiff | tree | snapshot | 
| 2005-10-06 |  Tom Lane | Marginal speedup in RelationIsVisible and TypeIsVisible... | commit | commitdiff | tree | snapshot | 
| 2005-10-06 |  Neil Conway | Minor API cleanup for async notifications: we can only... | commit | commitdiff | tree | snapshot | 
| 2005-10-06 |  Neil Conway | Minor tweaks for PL/PgSQL documentation. | commit | commitdiff | tree | snapshot | 
| 2005-10-06 |  Tom Lane | When a function not returning RECORD has a single OUT... | commit | commitdiff | tree | snapshot | 
| 2005-10-06 |  Tom Lane | Fix oversight in indexscan plan creation.  I recently... | commit | commitdiff | tree | snapshot | 
| 2005-10-06 |  Peter Eisentraut | pg_config should print an error message to stderr and... | commit | commitdiff | tree | snapshot | 
| 2005-10-06 |  Tom Lane | Revise pgstats stuff to fix the problems with not count... | commit | commitdiff | tree | snapshot | 
| 2005-10-05 |  Neil Conway | Code cleanup for log_disconnections(). Patch from Qingq... | commit | commitdiff | tree | snapshot | 
| 2005-10-05 |  Bruce Momjian | Improve wording of entry. | commit | commitdiff | tree | snapshot | 
| 2005-10-05 |  Tom Lane | Make set_function_size_estimates() marginally smarter... | commit | commitdiff | tree | snapshot | 
| 2005-10-05 |  Tom Lane | Add -Winline to the default CFLAGS for gcc, and remove | commit | commitdiff | tree | snapshot | 
| 2005-10-05 |  Michael Meskes | Also synced the ecpg lexer with the backend lexer. | commit | commitdiff | tree | snapshot | 
| 2005-10-05 |  Bruce Momjian | Fix pgxs for spaces in file names on Win32 | commit | commitdiff | tree | snapshot | 
| 2005-10-05 |  Bruce Momjian | Update Japanese FAQ. | commit | commitdiff | tree | snapshot | 
| 2005-10-05 |  Bruce Momjian | Update FAQ for version number. | commit | commitdiff | tree | snapshot | 
| 2005-10-04 |  Peter Eisentraut | Clean up some messages and fix missing translation... | commit | commitdiff | tree | snapshot | 
| 2005-10-04 |  Teodor Sigaev | Fix compile error | commit | commitdiff | tree | snapshot | 
| 2005-10-04 |  Tatsuo Ishii | Oops. Partially saved file was committed. | commit | commitdiff | tree | snapshot | 
| 2005-10-04 |  Tatsuo Ishii | Allow multiple -f options. | commit | commitdiff | tree | snapshot | 
| 2005-10-04 |  Michael Meskes | Somehow I missed some parser changes, so this commit... | commit | commitdiff | tree | snapshot | 
| 2005-10-04 |  Peter Eisentraut | Add _ to gettext triggers. Must have been forgotten... | commit | commitdiff | tree | snapshot | 
| 2005-10-04 |  Tom Lane | Add an expected case to cover error message as spelled... | commit | commitdiff | tree | snapshot | 
| 2005-10-03 |  Tom Lane | COPY's test for read-only transaction was backward... | commit | commitdiff | tree | snapshot | 
| 2005-10-03 |  Tom Lane | Add a trace_sort option to help with measuring resource... | commit | commitdiff | tree | snapshot | 
| 2005-10-03 |  Tom Lane | Separate out the VacRUsage stuff as an independent... | commit | commitdiff | tree | snapshot | 
| 2005-10-03 |  Tom Lane | Fix procedure for updating nextval() defaults so that... | commit | commitdiff | tree | snapshot | 
| 2005-10-03 |  Teodor Sigaev | Optimize benchmark query and update benchmark's results. | commit | commitdiff | tree | snapshot | 
| next |