2004-02-11 |
Tom Lane | Repair some problems in bgwriter start/stop logic.... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Bruce Momjian | Check and set thread-safe functions separately, rather... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Bruce Momjian | Properly set NEED_REENTRANT_FUNCS for threaded libpq... |
commit | commitdiff | tree | snapshot |
2004-02-11 |
Bruce Momjian | Does not apply anymore: |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Tom Lane | No need to link libpq into these programs ... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Neil Conway | SGML markup improvements. |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Tom Lane | Add configure support for determining UINT64_FORMAT... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Bruce Momjian | More clearly describe why PQinSend returns false for... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Bruce Momjian | Add URL for most current version. |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Tom Lane | Repair missing inclusions of -lintl for shared libraries. |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Tom Lane | Looks like we need <unistd.h> for select() on Darwin. |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Tom Lane | Centralize implementation of delay code by creating... |
commit | commitdiff | tree | snapshot |
2004-02-10 |
Tom Lane | Restructure smgr API as per recent proposal. smgr... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Neil Conway | Win32 signals cleanup. Patch by Magnus Hagander, with... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Bruce Momjian | Add mention of the developer's FAQ. |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Bruce Momjian | Add mention of PostgreSQL as a community project. |
commit | commitdiff | tree | snapshot |
2004-02-08 |
Bruce Momjian | Add PITR web page: |
commit | commitdiff | tree | snapshot |
2004-02-07 |
Tom Lane | Add missing dependency, per Wade Klaver. |
commit | commitdiff | tree | snapshot |
2004-02-06 |
Jan Wieck | Cost based vacuum delay feature. |
commit | commitdiff | tree | snapshot |
2004-02-05 |
Joe Conway | Documentation for generate_series() functions committed... |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Jan Wieck | Backing out the background writer sync() option. |
commit | commitdiff | tree | snapshot |
2004-02-04 |
Neil Conway | Use memmove() rather than memcpy() in set_var_from_var... |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Tom Lane | pwd |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Tom Lane | Rename SortMem and VacuumMem to work_mem and maintenanc... |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-02-03 |
Joe Conway | Add function (actually an int4 and an int8 version... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Bruce Momjian | Win32 adjustments for dirmod and configure/configure.in. |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Tom Lane | autoconf run. |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Bruce Momjian | Set only LC_ALL for sort in tags creation. |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Bruce Momjian | > src/backend/commands/user.c file has some parse error... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Neil Conway | Fix a read of uninitialized memory in next_token()... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Bruce Momjian | Adjustments for Win32-specific rename code, and add... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Bruce Momjian | Move win32 changes from configure to configure.in,... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Tom Lane | Do not let external specification of CFLAGS stop us... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Tom Lane | Avoid generating invalid character encoding sequences... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Neil Conway | Use Tcl_PutEnv() in place of putenv() in libpgtcl,... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Bruce Momjian | Adjust rename on Win32 to only link to temp name while... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Bruce Momjian | Briefly, |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Bruce Momjian | Set locale to C before doing sort in make_ctags. |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Tom Lane | Update char_length() example for new semantics. |
commit | commitdiff | tree | snapshot |
2004-02-01 |
Tom Lane | Make length() disregard trailing spaces in char(n)... |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Neil Conway | Fix a probably-harmless read of uninitialized memory... |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Neil Conway | Remove a superfluous semi-colon. |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Neil Conway | Micro-opt: replace calls like |
commit | commitdiff | tree | snapshot |
2004-01-31 |
Tom Lane | Fix text_position to not scan past end of source string... |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Tom Lane | Fix debug elog message to agree with name of its routine. |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Bruce Momjian | Remove sleep() and use single PG_SLEEP call for Win32... |
commit | commitdiff | tree | snapshot |
2004-01-30 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-01-29 |
Neil Conway | Fix (debatable) spelling mistake in a comment: 'concate... |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Tom Lane | Make USING and WITH optional to bring the syntax of... |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Tom Lane | Review uses of IsUnderPostmaster, change some tests... |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Tom Lane | Fix typo. |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Michael Meskes | Removed some debugging output. |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Michael Meskes | - Issue a warning if a cursor is declared but not opened. |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Tom Lane | Fix oversight in check_ungrouped_columns optimization... |
commit | commitdiff | tree | snapshot |
2004-01-28 |
Tom Lane | simplify_function() mustn't try to evaluate functions... |
commit | commitdiff | tree | snapshot |
2004-01-27 |
Neil Conway | Improve the documentation of the 'join_collapse_limit... |
commit | commitdiff | tree | snapshot |
2004-01-27 |
Tom Lane | Run stats test separately, not as part of a parallel... |
commit | commitdiff | tree | snapshot |
2004-01-27 |
Bruce Momjian | Pgindent win32 signal code. |
commit | commitdiff | tree | snapshot |
2004-01-27 |
Bruce Momjian | Here's the latest win32 signals code, this time in... |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Bruce Momjian | [all] Removed call to getppid in SendPostmasterSignal... |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Bruce Momjian | Back out win32 patch so we can apply it separately. |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Bruce Momjian | Attached is a patch that fixes some trivial typos and... |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Bruce Momjian | Add Name: |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Tom Lane | Ensure that close() and fclose() are checked for errors... |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Neil Conway | The attached patch clarifies (or, rather, makes explici... |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Tom Lane | Repair incorrect order of operations in GetNewTransacti... |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Bruce Momjian | Added: |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Neil Conway | Add usage examples for PREPARE and EXECUTE. Original... |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Teodor Sigaev | Docs fix from Kris Jurka <books@ejurka.com> |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Bruce Momjian | Clarify that the 'user' column still applies for 'trust'. |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Bruce Momjian | Update datestamp. |
commit | commitdiff | tree | snapshot |
2004-01-25 |
Neil Conway | Fix an obsolete file path mentioned in a comment. |
commit | commitdiff | tree | snapshot |
2004-01-25 |
Bruce Momjian | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2004-01-25 |
Bruce Momjian | Add Joe to TODO: |
commit | commitdiff | tree | snapshot |
2004-01-25 |
Bruce Momjian | Fix typo I mistakenly added. |
commit | commitdiff | tree | snapshot |
2004-01-25 |
Neil Conway | More fallout from the recent psql patch: rename xmalloc... |
commit | commitdiff | tree | snapshot |
2004-01-25 |
Bruce Momjian | Update null storage description. |
commit | commitdiff | tree | snapshot |
2004-01-25 |
Bruce Momjian | Mention that log_statement only prints query on PREPARE... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Tom Lane | Support named parameters in information_schema.parameters, |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Tom Lane | Fix problems with dropped columns in pltcl triggers... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Tom Lane | Example of a function taking a composite type should... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Neil Conway | Revert the change to print.c, as this breaks src/bin... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Jan Wieck | Added GUC variable bgwriter_flush_method controlling... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Neil Conway | This patch makes some of the memory manipulation perfor... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Tom Lane | Repair planner failure for cases involving Cartesian... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Tom Lane | Revise GEQO planner to make use of some heuristic knowl... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Bruce Momjian | Add MySQL mention of licensing difference. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Neil Conway | Fix a minor bug introduced by the recent CREATE TABLE... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Tom Lane | Remove ExpandDatabasePath(), which is unused and must... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Neil Conway | Minor improvements to the trigger documentation, and... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Tom Lane | Fix incorrect dumping of database LOCATION from 7.0... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Tom Lane | Fix oversight in optimization that avoids an unnecessar... |
commit | commitdiff | tree | snapshot |
next |