2005-05-23 |
Bruce Momjian | Add datetime macros for constants, for clarity: |
commit | commitdiff | tree | snapshot |
2005-05-23 |
Bruce Momjian | Remove unnecessary parentheses in datetime/timestamp... |
commit | commitdiff | tree | snapshot |
2005-05-23 |
Tom Lane | Avoid redundant relation lock grabs during planning... |
commit | commitdiff | tree | snapshot |
2005-05-23 |
Neil Conway | Fix typo in PL/Perl Safe.pm initialization that prevent... |
commit | commitdiff | tree | snapshot |
2005-05-23 |
Neil Conway | Remove some verbiage describing how min() and max(... |
commit | commitdiff | tree | snapshot |
2005-05-23 |
Neil Conway | Consistently do not include a terminating period in... |
commit | commitdiff | tree | snapshot |
2005-05-22 |
Tom Lane | Teach the planner to remove SubqueryScan nodes from... |
commit | commitdiff | tree | snapshot |
2005-05-21 |
Bruce Momjian | INT4 is probably enough: |
commit | commitdiff | tree | snapshot |
2005-05-21 |
Neil Conway | Cleanup of GiST extensions in contrib/: now that we... |
commit | commitdiff | tree | snapshot |
2005-05-21 |
Bruce Momjian | Remove excess parens, use Abs instead of : ?. |
commit | commitdiff | tree | snapshot |
2005-05-21 |
Bruce Momjian | Mention overflow: |
commit | commitdiff | tree | snapshot |
2005-05-21 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-05-20 |
Bruce Momjian | Remove 2-phase description, because it isn't accurate... |
commit | commitdiff | tree | snapshot |
2005-05-20 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree | snapshot |
2005-05-20 |
Bruce Momjian | Add support for wal_fsync_writethrough for Darwin,... |
commit | commitdiff | tree | snapshot |
2005-05-20 |
Neil Conway | Fix typo in ECPG docs, per Andreas Seltenreich. |
commit | commitdiff | tree | snapshot |
2005-05-20 |
Neil Conway | Add some links to the CREATE FUNCTION reference page... |
commit | commitdiff | tree | snapshot |
2005-05-20 |
Neil Conway | Make the CREATE RULE syntax description in rules.sgml... |
commit | commitdiff | tree | snapshot |
2005-05-20 |
Neil Conway | Implement md5(bytea), update regression tests and docum... |
commit | commitdiff | tree | snapshot |
2005-05-19 |
Tom Lane | Make a comment pgindent-proof, per suggestion from... |
commit | commitdiff | tree | snapshot |
2005-05-19 |
Tom Lane | Update comment that I missed the first time around. |
commit | commitdiff | tree | snapshot |
2005-05-19 |
Tom Lane | Factor out lock cleanup code that is needed in several... |
commit | commitdiff | tree | snapshot |
2005-05-19 |
Tom Lane | Split the shared-memory array of PGPROC pointers out... |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Neil Conway | Upon closer inspection, Greg's psql tab completion... |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Neil Conway | psql tab completion improvements, from Greg Sabino... |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Tom Lane | Extend the pg_locks system view so that it can fully... |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Tom Lane | Add a --dbname option to the pg_regress script, and... |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Tom Lane | Guard against duplicate IDs in input file in SortTocFro... |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Bruce Momjian | Convert Chinese FAQ to valid XHTML, finally. |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Bruce Momjian | Fix Chinese markup some more. |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Neil Conway | Cleanup GiST header files. Since GiST extensions are... |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Neil Conway | GiST improvements: |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Bruce Momjian | Fix markup: |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Bruce Momjian | Update italics. |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Tom Lane | Modify tidbitmap.c to avoid creating a hash table until... |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Bruce Momjian | Update italics on web site. |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Bruce Momjian | Update italics on web site. |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Bruce Momjian | Update Chinese FAQ to validate properly. |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Neil Conway | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Neil Conway | Fix a few minor mistakes in header comments. From Qingq... |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Bruce Momjian | Update Chinese FAQ to xhtml. |
commit | commitdiff | tree | snapshot |
2005-05-16 |
Tom Lane | Adjust out-of-date comment. |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Tom Lane | Fix latent bug in ExecSeqRestrPos: it leaves the plan... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Neil Conway | Various style cleanups for GiST; no changes to function... |
commit | commitdiff | tree | snapshot |
2005-05-15 |
Bruce Momjian | Rename Rendezvous to Bonjour to match OS/X renaming. |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Tom Lane | Further marginal speed hacking: in MemoryContextReset... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Tom Lane | Minor refactoring to eliminate duplicate code and make... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Tom Lane | Minor speed hacks in AllocSetReset: avoid clearing... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Tom Lane | Convert the existing regression test scripts for the... |
commit | commitdiff | tree | snapshot |
2005-05-14 |
Bruce Momjian | Re-order items, add mention of how to propose working... |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Tom Lane | Revise nodeMergejoin in light of example provided by... |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Bruce Momjian | Add -N make flag to bcc builds from /src dir. |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Tom Lane | Add missing quote, per Dave Page. |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Tom Lane | Update createuser examples to match the current program... |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Bruce Momjian | Update chinese encoding specification. |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Neil Conway | Add regression test for consecutive newlines in COPY... |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Tom Lane | Remove some unnecessary code: since ExecMakeFunctionRes... |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Neil Conway | This patch makes some minor style cleanups to contrib... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Tom Lane | Give pg_regress a --load-language option, so that it... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Bruce Momjian | a small tweak to enable display in the log file |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Bruce Momjian | This patch will ensure that the hash table iteration... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Bruce Momjian | Fix pg_autovacuum -s flag to handle values > 2000 by... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Bruce Momjian | Update FAQ URLs. |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Bruce Momjian | Document where to download free Microsoft and Borland... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Bruce Momjian | Document that bcc compiles now need the -N flag, backpa... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Bruce Momjian | Update Chinese FAQ, per Magnus. |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Bruce Momjian | Tag 1000000L as long for compuation. |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Neil Conway | Fix newly introduced spelling error. |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Bruce Momjian | Add mention that not all functions are listed. |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Neil Conway | This patch refactors away some duplicated code in the... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Bruce Momjian | Add Chinese FAQ. |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Neil Conway | This patch reduces the size of the message header used... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Neil Conway | Code cleanup: in C89, there is no point casting the... |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Bruce Momjian | Back out check for unreferenced files. |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Bruce Momjian | Item removed from CVS: |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Bruce Momjian | Report index name on CLUSTER failure. Also, suggest... |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Neil Conway | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Neil Conway | Regression tests for the COPY CSV header feature. From... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Bruce Momjian | Rename encryption section. |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Bruce Momjian | Remove encryption FAQ item now that we have a doc section. |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Bruce Momjian | Improve wording of new documentation section on encrypt... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Neil Conway | Update "expected" regression test output for the recent... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Tatsuo Ishii | Fix duplicate call to WRITE_NODE_FIELD(whereClause... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Tom Lane | Add some defenses against functions declared to return... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Neil Conway | Complete the following TODO items: |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Tom Lane | Update release notes for upcoming re-releases. |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Tom Lane | Update release checklist to reflect that HISTORY and... |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Bruce Momjian | Add encryption section to documentation. |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Bruce Momjian | Documentation adjustments. |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Tom Lane | Repair very-low-probability race condition between... |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Tom Lane | Adjust time qual checking code so that we always check... |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Tom Lane | Fix case in which a debug printout would print already... |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Bruce Momjian | Add description: |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Bruce Momjian | Add comment on C locale test for upper/lower/initcap(). |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Neil Conway | Revert the ld --as-needed patch. This breaks Fedora... |
commit | commitdiff | tree | snapshot |
next |