| 2006-01-23 | 
Bruce Momjian | Use is_cidr in INET/CIDR structure, rather than the...  | 
commit | commitdiff | tree | 
| 2006-01-23 | 
Tom Lane | Improve wording of descriptions of SIGHUP GUC parameter...  | 
commit | commitdiff | tree | 
| 2006-01-23 | 
Teodor Sigaev | Fix typeing as Tom suggest | 
commit | commitdiff | tree | 
| 2006-01-23 | 
Bruce Momjian | Done: | 
commit | commitdiff | tree | 
| 2006-01-22 | 
Tom Lane | Improve note about not using the target table name...  | 
commit | commitdiff | tree | 
| 2006-01-22 | 
Tom Lane | Fix alias-for-target-table-of-UPDATE-or-DELETE patch...  | 
commit | commitdiff | tree | 
| 2006-01-22 | 
Neil Conway | Allow an optional alias for the target table to be...  | 
commit | commitdiff | tree | 
| 2006-01-22 | 
Neil Conway | Minor improvements to GEQO documentation. | 
commit | commitdiff | tree | 
| 2006-01-21 | 
Tom Lane | Marginal improvements in the wording of the autovacuum...  | 
commit | commitdiff | tree | 
| 2006-01-21 | 
Tom Lane | Fix broken markup. | 
commit | commitdiff | tree | 
| 2006-01-21 | 
Tom Lane | Repair longstanding bug in slru/clog logic: it is possi...  | 
commit | commitdiff | tree | 
| 2006-01-21 | 
Bruce Momjian | Add GRANT ON SEQUENCE syntax to support sequence-only...  | 
commit | commitdiff | tree | 
| 2006-01-20 | 
Tom Lane | Replace bitwise looping with bytewise looping in hemdis...  | 
commit | commitdiff | tree | 
| 2006-01-20 | 
Bruce Momjian | Update EXPLAIN wording for GEQO usage. | 
commit | commitdiff | tree | 
| 2006-01-20 | 
Tom Lane | Fix thinko in autovacuum's test to skip temp tables...  | 
commit | commitdiff | tree | 
| 2006-01-19 | 
Bruce Momjian | Doc patch that adds an example of a correllated UPDATE. | 
commit | commitdiff | tree | 
| 2006-01-19 | 
Bruce Momjian | Clarify STABLE function documentation to highlight...  | 
commit | commitdiff | tree | 
| 2006-01-19 | 
Tom Lane | Add some test scaffolding to allow cache-flush stress...  | 
commit | commitdiff | tree | 
| 2006-01-19 | 
Bruce Momjian | Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path...  | 
commit | commitdiff | tree | 
| 2006-01-19 | 
Bruce Momjian | Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path. | 
commit | commitdiff | tree | 
| 2006-01-19 | 
Tom Lane | Avoid crashing if relcache flush occurs while trying...  | 
commit | commitdiff | tree | 
| 2006-01-19 | 
Bruce Momjian | Fix pgxs -L library path specification for Win32 and...  | 
commit | commitdiff | tree | 
| 2006-01-19 | 
Tom Lane | It turns out that TablespaceCreateDbspace fails badly...  | 
commit | commitdiff | tree | 
| 2006-01-19 | 
Tom Lane | Fix a tiny memory leak (one List header) in RelationCac...  | 
commit | commitdiff | tree | 
| 2006-01-18 | 
Bruce Momjian | Clarify use of btree indexes for ILIKE and ~*. | 
commit | commitdiff | tree | 
| 2006-01-18 | 
Bruce Momjian | You'll find attached a patch for a fixed explanation...  | 
commit | commitdiff | tree | 
| 2006-01-18 | 
Tom Lane | Modify pgstats code to reduce performance penalties...  | 
commit | commitdiff | tree | 
| 2006-01-18 | 
Bruce Momjian | Done: | 
commit | commitdiff | tree | 
| 2006-01-18 | 
Neil Conway | Add a new system view, pg_cursors, that displays the...  | 
commit | commitdiff | tree | 
| 2006-01-17 | 
Tom Lane | Fix fsync code to test whether F_FULLFSYNC is available...  | 
commit | commitdiff | tree | 
| 2006-01-17 | 
Michael Meskes | Data transferred binary is now put into the variables...  | 
commit | commitdiff | tree | 
| 2006-01-17 | 
Tom Lane | Improve comments about btree's use of ScanKey data...  | 
commit | commitdiff | tree | 
| 2006-01-16 | 
Bruce Momjian | Improve constraint_name wording. | 
commit | commitdiff | tree | 
| 2006-01-16 | 
Bruce Momjian | Add markup for new constraint_name mention. | 
commit | commitdiff | tree | 
| 2006-01-16 | 
Bruce Momjian | Add documentaiotn mention that constraint names can...  | 
commit | commitdiff | tree | 
| 2006-01-16 | 
Neil Conway | Change the parameter_types column of the pg_prepared_st...  | 
commit | commitdiff | tree | 
| 2006-01-15 | 
Neil Conway | When using GCC on AMD64 and PPC, ECPGget_variable(...  | 
commit | commitdiff | tree | 
| 2006-01-15 | 
Neil Conway | Add regression tests to verify that domain constraints...  | 
commit | commitdiff | tree | 
| 2006-01-15 | 
Neil Conway | Allow the types of parameters to PREPARE to be inferred...  | 
commit | commitdiff | tree | 
| 2006-01-14 | 
Tom Lane | Some minor code cleanup, falling out from the removal...  | 
commit | commitdiff | tree | 
| 2006-01-14 | 
Peter Eisentraut | Fix pg_ctl crash on "unregister" when a data directory...  | 
commit | commitdiff | tree | 
| 2006-01-14 | 
Tom Lane | Add selectivity-calculation code for RowCompareExpr...  | 
commit | commitdiff | tree | 
| 2006-01-13 | 
Tom Lane | Remove logic in XactLockTableWait() that attempted...  | 
commit | commitdiff | tree | 
| 2006-01-13 | 
Tom Lane | Document that CREATE OPERATOR CLASS amounts to granting...  | 
commit | commitdiff | tree | 
| 2006-01-13 | 
Tom Lane | Require the issuer of CREATE TYPE to own the functions...  | 
commit | commitdiff | tree | 
| 2006-01-12 | 
Neil Conway | We neglected to apply domain constraints on UNKNOWN...  | 
commit | commitdiff | tree | 
| 2006-01-12 | 
Andrew Dunstan | Clear up remaining compile warning for plperl on Windows. | 
commit | commitdiff | tree | 
| 2006-01-12 | 
Neil Conway | mbutils was previously doing some allocations, includin...  | 
commit | commitdiff | tree | 
| 2006-01-12 | 
Tom Lane | Repair "Halloween problem" in EvalPlanQual: a tuple...  | 
commit | commitdiff | tree | 
| 2006-01-12 | 
Tom Lane | Use a more bulletproof test for whether finite() and...  | 
commit | commitdiff | tree | 
| 2006-01-12 | 
Tom Lane | Remove extraneous backslash from 'fixseq.sql' example...  | 
commit | commitdiff | tree | 
| 2006-01-11 | 
Tom Lane | Update comment about outer joins in description of...  | 
commit | commitdiff | tree | 
| 2006-01-11 | 
Neil Conway | Documentation tweak: add spaces around the brackets...  | 
commit | commitdiff | tree | 
| 2006-01-11 | 
Bruce Momjian | Brace cleanup. | 
commit | commitdiff | tree | 
| 2006-01-11 | 
Bruce Momjian | Done: | 
commit | commitdiff | tree | 
| 2006-01-11 | 
Tom Lane | Create a standard function pg_sleep() to sleep for...  | 
commit | commitdiff | tree | 
| 2006-01-11 | 
Neil Conway | Cosmetic code cleanup: fix a bunch of places that used...  | 
commit | commitdiff | tree | 
| 2006-01-11 | 
Neil Conway | Remove a confusing pair of parentheses. | 
commit | commitdiff | tree | 
| 2006-01-10 | 
Tom Lane | Improve error messages for missing-FROM-entry cases...  | 
commit | commitdiff | tree | 
| 2006-01-10 | 
Neil Conway | Minor code clarity improvement: AFAICS, estate.eval_eco...  | 
commit | commitdiff | tree | 
| 2006-01-10 | 
Tom Lane | Improve patternsel() by applying the operator itself...  | 
commit | commitdiff | tree | 
| 2006-01-10 | 
Andrew Dunstan | remove unneeded defines for uid_t and gid_t, which...  | 
commit | commitdiff | tree | 
| 2006-01-10 | 
Neil Conway | In PLy_function_build_args(), the code loops repeatedly...  | 
commit | commitdiff | tree | 
| 2006-01-09 | 
Bruce Momjian | Done: | 
commit | commitdiff | tree | 
| 2006-01-09 | 
Tom Lane | Fix pg_dump to add the required OPERATOR() decoration...  | 
commit | commitdiff | tree | 
| 2006-01-09 | 
Peter Eisentraut | Change allow_system_table_mods to PGC_POSTMASTER, resto...  | 
commit | commitdiff | tree | 
| 2006-01-09 | 
Neil Conway | Minor code cleanup for PL/Python: fixup some strangely...  | 
commit | commitdiff | tree | 
| 2006-01-08 | 
Andrew Dunstan | Rationalise perl header inclusions via a common include...  | 
commit | commitdiff | tree | 
| 2006-01-08 | 
Tom Lane | Fix the assert_enabled issue properly.  This eliminates...  | 
commit | commitdiff | tree | 
| 2006-01-08 | 
Tom Lane | Recent patch broke guc.c for non-USE_ASSERT_CHECKING...  | 
commit | commitdiff | tree | 
| 2006-01-08 | 
Tom Lane | Avoid leaking memory while reading toasted entries...  | 
commit | commitdiff | tree | 
| 2006-01-08 | 
Neil Conway | Add a new system view, pg_prepared_statements, that...  | 
commit | commitdiff | tree | 
| 2006-01-07 | 
Tom Lane | Add RelationOpenSmgr() calls to ensure rd_smgr is valid...  | 
commit | commitdiff | tree | 
| 2006-01-07 | 
Tom Lane | Add comment explaining why RelationOpenSmgr() call...  | 
commit | commitdiff | tree | 
| 2006-01-07 | 
Tom Lane | During CatCacheRemoveCList, we must now remove any...  | 
commit | commitdiff | tree | 
| 2006-01-06 | 
Tom Lane | Fix failure to apply domain constraints to a NULL const...  | 
commit | commitdiff | tree | 
| 2006-01-06 | 
Bruce Momjian | Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'. | 
commit | commitdiff | tree | 
| 2006-01-06 | 
Tom Lane | Release-note updates and copy editing. | 
commit | commitdiff | tree | 
| 2006-01-06 | 
Tom Lane | Fix Windows-only postmaster code to reject a connection...  | 
commit | commitdiff | tree | 
| 2006-01-06 | 
Tom Lane | Fix broken markup. | 
commit | commitdiff | tree | 
| 2006-01-06 | 
Tom Lane | Convert Assert checking for empty page into a regular...  | 
commit | commitdiff | tree | 
| 2006-01-06 | 
Tom Lane | Fix ReadBuffer() to correctly handle the case where...  | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Add: | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Add logging control TODO.detail. | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Update: | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Update wording: | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Update wording: | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Add: | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Update x86 Solaris documenation ideas. | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Add compile flags sample. | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | New pgcrypto item wording. | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Update item: | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Wording improvements. | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Improve markup. | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Peter Eisentraut | Make all command-line options of postmaster and postgre...  | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Update release notes for 8.1.X, 8.0.X, 7.4.X, and 7...  | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Update version number. | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Done: | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Remove BEOS port. | 
commit | commitdiff | tree | 
| 2006-01-05 | 
Bruce Momjian | Remove QNX file. | 
commit | commitdiff | tree | 
| next |