| 2005-03-01 |
Bruce Momjian | And while we are on it, I would like to submit minor |
commit | commitdiff | tree |
| 2005-03-01 |
Tom Lane | Revert the logic for expanding AND/OR conditions in... |
commit | commitdiff | tree |
| 2005-02-28 |
Tom Lane | Un-break configure snprintf tests (partly my fault... |
commit | commitdiff | tree |
| 2005-02-28 |
Bruce Momjian | Move PGAC_FUNC_PRINTF_ARG_CONTROL to just above snprint... |
commit | commitdiff | tree |
| 2005-02-28 |
Bruce Momjian | snprintf.c has no sys/ioctl.h. Trivial patch below: |
commit | commitdiff | tree |
| 2005-02-28 |
Neil Conway | Implement max() and min() aggregates for array types... |
commit | commitdiff | tree |
| 2005-02-27 |
Bruce Momjian | Because the change to gettext. Needs a bunch of new... |
commit | commitdiff | tree |
| 2005-02-27 |
Bruce Momjian | Tab indent all actions in bcc32.mak, and do it on win32... |
commit | commitdiff | tree |
| 2005-02-27 |
Neil Conway | Add explicit casts between int4 and boolean. Patch... |
commit | commitdiff | tree |
| 2005-02-27 |
Bruce Momjian | Rename planner stats detail to avoid label confict. |
commit | commitdiff | tree |
| 2005-02-27 |
Bruce Momjian | Cause Win32 to output to the event log rather than... |
commit | commitdiff | tree |
| 2005-02-27 |
Bruce Momjian | Allow Win32 to support the O_SYNC open flag as an wal_s... |
commit | commitdiff | tree |
| 2005-02-27 |
Bruce Momjian | Add documentation on how statistics are used by the... |
commit | commitdiff | tree |
| 2005-02-26 |
Bruce Momjian | Add routines to dbsize to return the index size and... |
commit | commitdiff | tree |
| 2005-02-26 |
Bruce Momjian | Adjust OS-specific kernel settings to mention old and... |
commit | commitdiff | tree |
| 2005-02-26 |
Tom Lane | Finish up the flat-files project: get rid of GetRawData... |
commit | commitdiff | tree |
| 2005-02-26 |
Bruce Momjian | Clarify PGPASSWORD usage: |
commit | commitdiff | tree |
| 2005-02-26 |
Tom Lane | Correct overstatement in locking docs: we said Exclusiv... |
commit | commitdiff | tree |
| 2005-02-26 |
Bruce Momjian | State PGPASSWORD is "not recommended" rather than ... |
commit | commitdiff | tree |
| 2005-02-25 |
Teodor Sigaev | In accordance to |
commit | commitdiff | tree |
| 2005-02-25 |
Bruce Momjian | Add linking from /port to bcc makefile. |
commit | commitdiff | tree |
| 2005-02-25 |
Teodor Sigaev | Fix float8->int64 transformation |
commit | commitdiff | tree |
| 2005-02-25 |
Bruce Momjian | Please find enclosed a patch, per Dennis Bj<C3><B6... |
commit | commitdiff | tree |
| 2005-02-25 |
Bruce Momjian | Fix plpgsql error message for dropped temporary tables. |
commit | commitdiff | tree |
| 2005-02-25 |
Bruce Momjian | Clarify object ownership language to prevent confusion... |
commit | commitdiff | tree |
| 2005-02-25 |
Bruce Momjian | Updatge wording. |
commit | commitdiff | tree |
| 2005-02-25 |
Bruce Momjian | Fix markup. |
commit | commitdiff | tree |
| 2005-02-25 |
Bruce Momjian | Fix HTML markup and add NULL sorting item to existing... |
commit | commitdiff | tree |
| 2005-02-25 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-02-24 |
Bruce Momjian | Add wording about UTF8: |
commit | commitdiff | tree |
| 2005-02-24 |
Bruce Momjian | Done: |
commit | commitdiff | tree |
| 2005-02-24 |
Tom Lane | We aren't supposed to try to run test programs until... |
commit | commitdiff | tree |
| 2005-02-24 |
Tom Lane | Clean up printf arg-control test, per Kurt Roeckx. |
commit | commitdiff | tree |
| 2005-02-24 |
Tom Lane | My patch this morning was overly hasty; revert code... |
commit | commitdiff | tree |
| 2005-02-23 |
Neil Conway | Minor code cleanup: remove a variable that was assigned... |
commit | commitdiff | tree |
| 2005-02-23 |
Neil Conway | This patch optimizes the md5_text() function (which... |
commit | commitdiff | tree |
| 2005-02-23 |
Tom Lane | Un-break plpgsql build by removing unwanted _() usage. |
commit | commitdiff | tree |
| 2005-02-23 |
Bruce Momjian | Properly undef _(x) gettext macro. |
commit | commitdiff | tree |
| 2005-02-22 |
Tom Lane | Document that only a table's owner may TRUNCATE it... |
commit | commitdiff | tree |
| 2005-02-22 |
Neil Conway | This patch changes makes some significant changes to... |
commit | commitdiff | tree |
| 2005-02-22 |
Bruce Momjian | Add semicolon so snprintf.c goto has a statement to... |
commit | commitdiff | tree |
| 2005-02-22 |
Bruce Momjian | Use _() macro consistently rather than gettext(). ... |
commit | commitdiff | tree |
| 2005-02-22 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-02-22 |
Bruce Momjian | Add support to port/snprintf.c for position parameter... |
commit | commitdiff | tree |
| 2005-02-22 |
Bruce Momjian | Update initdb locale/encoding documentation description... |
commit | commitdiff | tree |
| 2005-02-21 |
Bruce Momjian | Try to get Borland CC to compile. |
commit | commitdiff | tree |
| 2005-02-21 |
Bruce Momjian | Add port mention: |
commit | commitdiff | tree |
| 2005-02-21 |
Bruce Momjian | Update Russian FAQ. |
commit | commitdiff | tree |
| 2005-02-21 |
Bruce Momjian | Clarify item: |
commit | commitdiff | tree |
| 2005-02-21 |
Teodor Sigaev | Simplify defines |
commit | commitdiff | tree |
| 2005-02-21 |
Teodor Sigaev | Fix memory leak for timestamp(with and w/o tz) and... |
commit | commitdiff | tree |
| 2005-02-21 |
Neil Conway | Trivial fix: change the reference to further documentat... |
commit | commitdiff | tree |
| 2005-02-21 |
Neil Conway | Fix two typos, per report from Hashem Masoud. |
commit | commitdiff | tree |
| 2005-02-21 |
Bruce Momjian | Clarify item: |
commit | commitdiff | tree |
| 2005-02-21 |
Neil Conway | Updates to the bibliography. Patch from Michael Fuhr. |
commit | commitdiff | tree |
| 2005-02-21 |
Neil Conway | Document the "register" and "unregister" pg_ctl subcomm... |
commit | commitdiff | tree |
| 2005-02-20 |
Tom Lane | Use SnapshotNow instead of SnapshotSelf for reading... |
commit | commitdiff | tree |
| 2005-02-20 |
Tom Lane | Remove some no-longer-needed kluges for bootstrapping... |
commit | commitdiff | tree |
| 2005-02-20 |
Bruce Momjian | Rename macro to MAKE_EXPIRED_TUPLES_VISIBLE. |
commit | commitdiff | tree |
| 2005-02-20 |
Bruce Momjian | Fix MAKE_ALL_TUPLES_VISIBLE define. |
commit | commitdiff | tree |
| 2005-02-20 |
Bruce Momjian | Move define MAKE_ALL_TUPLES_VISIBLE to a more logical... |
commit | commitdiff | tree |
| 2005-02-20 |
Bruce Momjian | I have added a define, MAKE_ALL_TUPLES_VISIBLE, to... |
commit | commitdiff | tree |
| 2005-02-20 |
Tom Lane | Flat file cleanup phase 2: make it work for pg_group... |
commit | commitdiff | tree |
| 2005-02-20 |
Tom Lane | Add code to prevent transaction ID wraparound by enforc... |
commit | commitdiff | tree |
| 2005-02-19 |
Tom Lane | New arrangement to always let the bgwriter do checkpoin... |
commit | commitdiff | tree |
| 2005-02-19 |
Tom Lane | Ensure that the resolved datatype of any unknown Param... |
commit | commitdiff | tree |
| 2005-02-19 |
Bruce Momjian | Fix typo in SGML. |
commit | commitdiff | tree |
| 2005-02-19 |
Bruce Momjian | Add reference to the NewbieDoc Docbook Guide. |
commit | commitdiff | tree |
| 2005-02-18 |
Tom Lane | Convert MemoryContextSwitchTo() into an inline function... |
commit | commitdiff | tree |
| 2005-02-15 |
Bruce Momjian | Update question text: |
commit | commitdiff | tree |
| 2005-02-15 |
Bruce Momjian | Update Momjain book URL. |
commit | commitdiff | tree |
| 2005-02-15 |
Bruce Momjian | Update URL for Momjian book. |
commit | commitdiff | tree |
| 2005-02-15 |
Bruce Momjian | Change wording: |
commit | commitdiff | tree |
| 2005-02-15 |
Bruce Momjian | Add mention of syntax for GRANT ALL: |
commit | commitdiff | tree |
| 2005-02-15 |
Bruce Momjian | Update comment on VACUUM FULL. |
commit | commitdiff | tree |
| 2005-02-15 |
Bruce Momjian | Fix typo: |
commit | commitdiff | tree |
| 2005-02-15 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-02-15 |
Bruce Momjian | Document usage of gettext_noop(). |
commit | commitdiff | tree |
| 2005-02-14 |
Bruce Momjian | Improve documentation of signal usage for HAVE_SIGPROCM... |
commit | commitdiff | tree |
| 2005-02-14 |
Bruce Momjian | Improve documentation of signal usage for HAVE_SIGPROCM... |
commit | commitdiff | tree |
| 2005-02-14 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-02-14 |
Tom Lane | ALTER LANGUAGE RENAME has never worked. Per Sergey... |
commit | commitdiff | tree |
| 2005-02-14 |
Neil Conway | Minor consistency improvement. |
commit | commitdiff | tree |
| 2005-02-14 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-02-13 |
Bruce Momjian | Print file name and errno string on rmtree failure. |
commit | commitdiff | tree |
| 2005-02-13 |
Tom Lane | Write some real documentation about the index access... |
commit | commitdiff | tree |
| 2005-02-13 |
Bruce Momjian | Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it... |
commit | commitdiff | tree |
| 2005-02-13 |
Bruce Momjian | Clarify: |
commit | commitdiff | tree |
| 2005-02-13 |
Bruce Momjian | Add: |
commit | commitdiff | tree |
| 2005-02-12 |
Bruce Momjian | Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it... |
commit | commitdiff | tree |
| 2005-02-11 |
Tom Lane | Add a regression test to verify that the stack depth... |
commit | commitdiff | tree |
| 2005-02-11 |
Bruce Momjian | Update to Russian FAQ, HEAD and 8.0.X. |
commit | commitdiff | tree |
| 2005-02-11 |
Bruce Momjian | Make clearer warning about using 'now' with DEFAULT: |
commit | commitdiff | tree |
| 2005-02-11 |
Bruce Momjian | Mention that some psql environment variables come from... |
commit | commitdiff | tree |
| 2005-02-11 |
Neil Conway | Adjust input routines for float4, float8 and oid to... |
commit | commitdiff | tree |
| 2005-02-11 |
Tom Lane | Fix ANALYZE to accumulate some minimal statistics for... |
commit | commitdiff | tree |
| 2005-02-10 |
Tom Lane | Fix SPI cursor support to allow scanning the results... |
commit | commitdiff | tree |
| 2005-02-10 |
Michael Meskes | Fixed changelog entry to list correct bug reporter. |
commit | commitdiff | tree |
| 2005-02-10 |
Michael Meskes | Fixed more parsing bugs in other CREATE statements... |
commit | commitdiff | tree |
| 2005-02-10 |
Neil Conway | Add some index entries for RAISE and exception handling... |
commit | commitdiff | tree |
| next |