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 |
2004-01-22 |
Tom Lane | Correct error introduced in recent hasoids changes... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Tom Lane | Repair error apparently introduced in the initial codin... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Tom Lane | Ensure fflush(stdout) happens in all cases, per gripe... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Tom Lane | If we don't have shared libraries, we don't have conver... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Tom Lane | Fix bit-rot in support for building with --disable... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Michael Meskes | Added WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE. |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Tom Lane | Implement '\copy from -' to support reading copy data... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Tom Lane | Remove no-longer-relevant note about forcing the type... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Tom Lane | This is a patch to support readline prompts which conta... |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Tom Lane | Remove JDBC from the build system and documentation... |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Tom Lane | Improve discussion of consistent-snapshot backup techni... |
commit | commitdiff | tree | snapshot |
2004-01-19 |
PostgreSQL... | missed a few files |
commit | commitdiff | tree | snapshot |
2004-01-19 |
PostgreSQL... | JDBC is now on GBorg |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Tom Lane | Repair problem identified by Olivier Prenant: ALTER... |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Teodor Sigaev | Correct type for isalnum |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Peter Eisentraut | Fix typo. |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Tom Lane | Don't return an overoptimistic result from join_in_sele... |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Tom Lane | Recognize that IN subqueries return already-unique... |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Tom Lane | Add a hash table to cache lookups of 'C'-language funct... |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Tom Lane | Don't use %s-with-precision format spec to truncate... |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Tom Lane | When testing whether a sub-plan can do projection,... |
commit | commitdiff | tree | snapshot |
2004-01-17 |
Tom Lane | Repair misestimation of indexscan CPU costs. When... |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Tom Lane | Tighten short-circuit tests for deciding whether we... |
commit | commitdiff | tree | snapshot |
2004-01-15 |
Peter Eisentraut | Some refinement of XSLT processing: The result now... |
commit | commitdiff | tree | snapshot |
2004-01-15 |
Jan Wieck | Adjusted calculation of shared memory requirements... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Tom Lane | Fix permission-checking bug reported by Tim Burgess... |
commit | commitdiff | tree | snapshot |
next |