| Age | Commit message (Expand) | Author |
| 2004-03-17 | During btree index build, sort equal-keyed tuples according to their | Tom Lane |
| 2004-03-17 | Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END | Tom Lane |
| 2004-03-17 | Document SPI_push() and SPI_pop(). | Bruce Momjian |
| 2004-03-17 | Replace the switching function ExecEvalExpr() with a macro that jumps | Tom Lane |
| 2004-03-16 | Remove double-rename used by Win32 on busy files. Not needed anymore. | Bruce Momjian |
| 2004-03-15 | Check for EOF on pipe differs under win32, as it is based on a socket | Bruce Momjian |
| 2004-03-15 | * postmaster.c: cleanup pmdaemonize under win32; missed failure message | Bruce Momjian |
| 2004-03-15 | Windows uses codepages rather than the environment, so we work around | Bruce Momjian |
| 2004-03-15 | Remove GUC log_statement, log_pid, log_timestamp, log_source_port. | Bruce Momjian |
| 2004-03-15 | Add PQmbdsplen() which returns the "display length" of a character. | Tatsuo Ishii |
| 2004-03-15 | Localize our dependencies on the way to create NAN or INFINITY. | Tom Lane |
| 2004-03-15 | Remove grotty special-case code in coerce_to_target_type() that | Tom Lane |
| 2004-03-14 | Tweak planner so that index expressions and predicates are matched to | Tom Lane |
| 2004-03-14 | Portability fixes and bug fixes for recent floating point input changes. | Neil Conway |
| 2004-03-14 | Arrange to emit a CONTEXT: SQL function "foo" entry in an error | Tom Lane |
| 2004-03-13 | Generate a WARNING when the column types in a foreign key constraint are | Tom Lane |
| 2004-03-13 | Repair memory leakage introduced into the non-hashed aggregate case by | Tom Lane |
| 2004-03-12 | Translation updates | Dennis Bjorklund |
| 2004-03-12 | Translation updates | Dennis Bjorklund |
| 2004-03-12 | Allow 'Infinity' and '-Infinity' as input to the float4 and float8 | Neil Conway |
| 2004-03-11 | Revise int2/int4/int8/float4/float8 input routines to allow for | Neil Conway |
| 2004-03-11 | Add NOWAIT option to LOCK command | Tatsuo Ishii |
| 2004-03-10 | Move non-blocking code into its own /port file, for code clarity. | Bruce Momjian |
| 2004-03-09 | Corrects a typo, introduces missing variables, and rearranges the | Bruce Momjian |
| 2004-03-09 | Determines the PKGLIBDIR equivalent under win32. Requires pgsql lib and | Bruce Momjian |
| 2004-03-09 | Add ALSO keyword to CREATE RULE. | Bruce Momjian |
| 2004-03-09 | Add: | Bruce Momjian |
| 2004-03-08 | Add comment about why ON COMMENT in non-current database throws just an | Bruce Momjian |
| 2004-03-08 | Test for whether a previous IN join restricts the current join was too | Tom Lane |
| 2004-03-07 | When testing usability of a partial index, recognize that an index | Tom Lane |
| 2004-03-05 | Per a brief conversation with Tom, I've created a patch for adding | Bruce Momjian |
| 2004-03-05 | Win32: | Bruce Momjian |
| 2004-03-05 | Add new SPI functions for use by PL/Java: | Bruce Momjian |
| 2004-03-05 | Fix log_executor_stats for non-multi queries. Backpatch to 7.4.X. | Bruce Momjian |
| 2004-03-04 | Emit a warning when an empty string is input to the oid, float4, and | Neil Conway |
| 2004-03-02 | Remove useless rebuilding of subPlan list during ExecInitNode. Wouldn't | Tom Lane |
| 2004-03-02 | Update obsolete comment. | Tom Lane |
| 2004-03-02 | Junkfilter logic to force a projection step during SELECT INTO was too | Tom Lane |
| 2004-03-02 | Teach is_distinct_query to recognize that GROUP BY forces a subquery's | Tom Lane |
| 2004-02-29 | make_sort_from_pathkeys()'s method for choosing which of several | Tom Lane |
| 2004-02-28 | Remove unneeded indxqual field in IndexScanState, and the useless work | Tom Lane |
| 2004-02-27 | Adjust remove_redundant_join_clauses() so that when it has a choice | Tom Lane |
| 2004-02-27 | genericcostestimate() neglected to include qual startup cost in | Tom Lane |
| 2004-02-27 | process_implied_equality must copy the substructure of the clauses it | Tom Lane |
| 2004-02-27 | Fix a few omissions in the initcap() documentation & source code | Neil Conway |
| 2004-02-25 | For application to HEAD, following community review. | Bruce Momjian |
| 2004-02-24 | Add %option nodefault to all our flex lexers. Fix a couple of rule gaps | Tom Lane |
| 2004-02-24 | Implement dollar-quoting in the backend lexer and psql. Documentation | Tom Lane |
| 2004-02-23 | Replace opendir/closedir calls throughout the backend with AllocateDir | Tom Lane |
| 2004-02-23 | Do a direct probe during postmaster startup to determine the maximum | Tom Lane |