2005-05-26 |
Bruce Momjian | Use Abs() macro to replace ? :. |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Bruce Momjian | Back out: |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Bruce Momjian | Back out SQLSTATE and SQLERRM support. |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Bruce Momjian | Display only 9 not 10 digits of precision for timestamp... |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Neil Conway | Minor cleanup for recent SQLSTATE / SQLERRM patch:... |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Neil Conway | Adjust datetime parsing to be more robust. We now pass... |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Tom Lane | Tweak the backend scanner (and psqlscan.l, which must... |
commit | commitdiff | tree | snapshot |
2005-05-26 |
Bruce Momjian | Add PL/pgSQL SQLSTATE and SQLERRM support which sets... |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Bruce Momjian | At the head of wchareq, length of (multibyte) character... |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Bruce Momjian | Quick patch to adress a recent concern on the mailing... |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Bruce Momjian | Add parentheses to macros when args are used in computa... |
commit | commitdiff | tree | snapshot |
2005-05-25 |
Neil Conway | Editing for the new "Encryption Options" section of... |
commit | commitdiff | tree | snapshot |
2005-05-24 |
Tom Lane | Previous fix for "x FULL JOIN y ON true" failed to... |
commit | commitdiff | tree | snapshot |
2005-05-24 |
Tom Lane | Fix PL makefiles to support running regression tests... |
commit | commitdiff | tree | snapshot |
2005-05-24 |
Tom Lane | Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile... |
commit | commitdiff | tree | snapshot |
2005-05-24 |
Tatsuo Ishii | Inserting 5 characters into char(10) does not produce... |
commit | commitdiff | tree | snapshot |
2005-05-24 |
Neil Conway | Add regression tests for previously-untested PL/Perl... |
commit | commitdiff | tree | snapshot |
2005-05-24 |
Neil Conway | Fix weird indentation of function return type. |
commit | commitdiff | tree | snapshot |
2005-05-24 |
Bruce Momjian | Log queries for client-side prepare/execute. Simon... |
commit | commitdiff | tree | snapshot |
2005-05-24 |
Bruce Momjian | Put parentheses around use of macro arguments in FMODUL... |
commit | commitdiff | tree | snapshot |
2005-05-24 |
Bruce Momjian | Remove more extraneous parentheses in date/time functions. |
commit | commitdiff | tree | snapshot |
2005-05-24 |
Neil Conway | Correct a thinko in pgbench that might result in incorr... |
commit | commitdiff | tree | snapshot |
2005-05-23 |
Bruce Momjian | More macro cleanups for date/time. |
commit | commitdiff | tree | snapshot |
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 |
next |