2005-03-11 |
Bruce Momjian | Add fprintf() custom version to libpgport. |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Bruce Momjian | Define snprintf() to call pg_snprintf() so our own... |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Bruce Momjian | Add 'static' to initdb.c file-global variables. |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Bruce Momjian | Mark file-global function and variables as static. |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Bruce Momjian | Fix typos. |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Bruce Momjian | Fix typos. |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Bruce Momjian | Fix typos. |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Bruce Momjian | Fix typo. |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Neil Conway | Slight refactoring and optimization of some code in... |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-03-10 |
Tom Lane | Make the behavior of HAVING without GROUP BY conform... |
commit | commitdiff | tree | snapshot |
2005-03-10 |
Bruce Momjian | Add spinlock support for Itanium processor with Intel... |
commit | commitdiff | tree | snapshot |
2005-03-10 |
Neil Conway | Refactor fork()-related code. We need to do various... |
commit | commitdiff | tree | snapshot |
2005-03-08 |
Bruce Momjian | Add comma. |
commit | commitdiff | tree | snapshot |
2005-03-08 |
Bruce Momjian | Fix markup of URL. |
commit | commitdiff | tree | snapshot |
2005-03-08 |
Bruce Momjian | Add URL for patches queues. |
commit | commitdiff | tree | snapshot |
2005-03-07 |
Neil Conway | Unbreak out-of-tree builds, by fixing a typo. |
commit | commitdiff | tree | snapshot |
2005-03-07 |
Neil Conway | Replace an instance of $Id$ and an instance of $Header... |
commit | commitdiff | tree | snapshot |
2005-03-07 |
Bruce Momjian | Properly implement "Response files" for bcc. Add URL... |
commit | commitdiff | tree | snapshot |
2005-03-07 |
Tom Lane | Adjust creation/destruction of TupleDesc data structure... |
commit | commitdiff | tree | snapshot |
2005-03-07 |
Bruce Momjian | Rename canonical encodings, per Peter: |
commit | commitdiff | tree | snapshot |
2005-03-07 |
Neil Conway | Here's a tiny fix for a harmless typo in catalog.c: |
commit | commitdiff | tree | snapshot |
2005-03-07 |
Tom Lane | Add a note that regression test row ordering difference... |
commit | commitdiff | tree | snapshot |
2005-03-06 |
Tom Lane | Revise hash join code so that we can increase the numbe... |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Teodor Sigaev | Prevent rank change in case of duplicate search terms |
commit | commitdiff | tree | snapshot |
2005-03-04 |
Tom Lane | Replace the BufMgrLock with separate locks on the looku... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Bruce Momjian | Move snprintf int64 compatibility letters into a NOT_US... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Tom Lane | Fix misspelling of sysctl, per Stefan Hans. |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Bruce Momjian | Use test && test rather than test -a, per Peter. |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Bruce Momjian | Fix for %I64d snprintf. |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Bruce Momjian | snprintf() %I64d code fix. |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Bruce Momjian | Use our own snprintf() only if NLS is enabled, and... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Bruce Momjian | Prevent large allocation in snprintf to hold positional... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Tom Lane | Another go at making pred_test() handle all reasonable... |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Bruce Momjian | Fix snprintf on Win32: |
commit | commitdiff | tree | snapshot |
2005-03-02 |
Bruce Momjian | Make port snprintf.c finally thread-safe. |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Neil Conway | SGML improvements to the DML chapter. |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Tom Lane | Release proclock immediately in RemoveFromWaitQueue... |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Tom Lane | Allow Trace_lock_oidmin to be set to zero; this is... |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Teodor Sigaev | Simplify/clean up code for varlena types |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Bruce Momjian | Make snprintf() use already-defined int64/uint64 typede... |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Tom Lane | Adjust OR indexscan logic to not generate redundant... |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Bruce Momjian | And while we are on it, I would like to submit minor |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Tom Lane | Revert the logic for expanding AND/OR conditions in... |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Tom Lane | Un-break configure snprintf tests (partly my fault... |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Bruce Momjian | Move PGAC_FUNC_PRINTF_ARG_CONTROL to just above snprint... |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Bruce Momjian | snprintf.c has no sys/ioctl.h. Trivial patch below: |
commit | commitdiff | tree | snapshot |
2005-02-28 |
Neil Conway | Implement max() and min() aggregates for array types... |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Bruce Momjian | Because the change to gettext. Needs a bunch of new... |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Bruce Momjian | Tab indent all actions in bcc32.mak, and do it on win32... |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Neil Conway | Add explicit casts between int4 and boolean. Patch... |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Bruce Momjian | Rename planner stats detail to avoid label confict. |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Bruce Momjian | Cause Win32 to output to the event log rather than... |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Bruce Momjian | Allow Win32 to support the O_SYNC open flag as an wal_s... |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Bruce Momjian | Add documentation on how statistics are used by the... |
commit | commitdiff | tree | snapshot |
2005-02-26 |
Bruce Momjian | Add routines to dbsize to return the index size and... |
commit | commitdiff | tree | snapshot |
2005-02-26 |
Bruce Momjian | Adjust OS-specific kernel settings to mention old and... |
commit | commitdiff | tree | snapshot |
2005-02-26 |
Tom Lane | Finish up the flat-files project: get rid of GetRawData... |
commit | commitdiff | tree | snapshot |
2005-02-26 |
Bruce Momjian | Clarify PGPASSWORD usage: |
commit | commitdiff | tree | snapshot |
2005-02-26 |
Tom Lane | Correct overstatement in locking docs: we said Exclusiv... |
commit | commitdiff | tree | snapshot |
2005-02-26 |
Bruce Momjian | State PGPASSWORD is "not recommended" rather than ... |
commit | commitdiff | tree | snapshot |
2005-02-25 |
Teodor Sigaev | In accordance to |
commit | commitdiff | tree | snapshot |
2005-02-25 |
Bruce Momjian | Add linking from /port to bcc makefile. |
commit | commitdiff | tree | snapshot |
2005-02-25 |
Teodor Sigaev | Fix float8->int64 transformation |
commit | commitdiff | tree | snapshot |
2005-02-25 |
Bruce Momjian | Please find enclosed a patch, per Dennis Bj<C3><B6... |
commit | commitdiff | tree | snapshot |
2005-02-25 |
Bruce Momjian | Fix plpgsql error message for dropped temporary tables. |
commit | commitdiff | tree | snapshot |
2005-02-25 |
Bruce Momjian | Clarify object ownership language to prevent confusion... |
commit | commitdiff | tree | snapshot |
2005-02-25 |
Bruce Momjian | Updatge wording. |
commit | commitdiff | tree | snapshot |
2005-02-25 |
Bruce Momjian | Fix markup. |
commit | commitdiff | tree | snapshot |
2005-02-25 |
Bruce Momjian | Fix HTML markup and add NULL sorting item to existing... |
commit | commitdiff | tree | snapshot |
2005-02-25 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Bruce Momjian | Add wording about UTF8: |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Tom Lane | We aren't supposed to try to run test programs until... |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Tom Lane | Clean up printf arg-control test, per Kurt Roeckx. |
commit | commitdiff | tree | snapshot |
2005-02-24 |
Tom Lane | My patch this morning was overly hasty; revert code... |
commit | commitdiff | tree | snapshot |
2005-02-23 |
Neil Conway | Minor code cleanup: remove a variable that was assigned... |
commit | commitdiff | tree | snapshot |
2005-02-23 |
Neil Conway | This patch optimizes the md5_text() function (which... |
commit | commitdiff | tree | snapshot |
2005-02-23 |
Tom Lane | Un-break plpgsql build by removing unwanted _() usage. |
commit | commitdiff | tree | snapshot |
2005-02-23 |
Bruce Momjian | Properly undef _(x) gettext macro. |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Tom Lane | Document that only a table's owner may TRUNCATE it... |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Neil Conway | This patch changes makes some significant changes to... |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Bruce Momjian | Add semicolon so snprintf.c goto has a statement to... |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Bruce Momjian | Use _() macro consistently rather than gettext(). ... |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Bruce Momjian | Add support to port/snprintf.c for position parameter... |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Bruce Momjian | Update initdb locale/encoding documentation description... |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Bruce Momjian | Try to get Borland CC to compile. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Bruce Momjian | Add port mention: |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Bruce Momjian | Update Russian FAQ. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Bruce Momjian | Clarify item: |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Teodor Sigaev | Simplify defines |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Teodor Sigaev | Fix memory leak for timestamp(with and w/o tz) and... |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Neil Conway | Trivial fix: change the reference to further documentat... |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Neil Conway | Fix two typos, per report from Hashem Masoud. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Bruce Momjian | Clarify item: |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Neil Conway | Updates to the bibliography. Patch from Michael Fuhr. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Neil Conway | Document the "register" and "unregister" pg_ctl subcomm... |
commit | commitdiff | tree | snapshot |
2005-02-20 |
Tom Lane | Use SnapshotNow instead of SnapshotSelf for reading... |
commit | commitdiff | tree | snapshot |
next |