| Commit message (Expand) | Author | Age |
* | Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned | Teodor Sigaev | 2004-03-30 |
* | Replace max_expr_depth parameter with a max_stack_depth parameter that | Tom Lane | 2004-03-24 |
* | Allow unlink/rename of files open by another process on Win32, using a | Bruce Momjian | 2004-03-24 |
* | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane | 2004-03-23 |
* | Replace the virtual_host and tcpip_socket parameters with a unified | Tom Lane | 2004-03-23 |
* | Add timestamp-versus-timestamptz cross-type comparison functions, | Tom Lane | 2004-03-22 |
* | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 |
* | Handle draft version of getpwuid_r() that accepts only four arguments. | Bruce Momjian | 2004-03-20 |
* | Create a validator for plpgsql, so that some minimal syntax checking | Tom Lane | 2004-03-19 |
* | Code review for log_line_prefix patch. Cooperate with StringInfo instead | Tom Lane | 2004-03-19 |
* | 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-17 |
* | 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-15 |
* | Tweak planner so that index expressions and predicates are matched to | Tom Lane | 2004-03-14 |
* | Allow 'Infinity' and '-Infinity' as input to the float4 and float8 | Neil Conway | 2004-03-12 |
* | Add NOWAIT option to LOCK command | Tatsuo Ishii | 2004-03-11 |
* | Move non-blocking code into its own /port file, for code clarity. | Bruce Momjian | 2004-03-10 |
* | Corrects a typo, introduces missing variables, and rearranges the | Bruce Momjian | 2004-03-09 |
* | The win32 port backend will require the functionality provided by | Bruce Momjian | 2004-03-09 |
* | Add: | Bruce Momjian | 2004-03-09 |
* | Add new SPI functions for use by PL/Java: | Bruce Momjian | 2004-03-05 |
* | Emit a warning when an empty string is input to the oid, float4, and | Neil Conway | 2004-03-04 |
* | Junkfilter logic to force a projection step during SELECT INTO was too | Tom Lane | 2004-03-02 |
* | Fix sizeof(Oid) in PGSTAT_NUM_TABPURGE. (Actually done in previous commit.) | Bruce Momjian | 2004-03-02 |
* | Add missing checks for Borland C compiler. | Bruce Momjian | 2004-03-02 |
* | Remove unneeded indxqual field in IndexScanState, and the useless work | Tom Lane | 2004-02-28 |
* | For application to HEAD, following community review. | Bruce Momjian | 2004-02-25 |
* | anyarray really needs to be declared with typalign = 'd', so that entries | Tom Lane | 2004-02-24 |
* | Fix obsolete comment. | Tom Lane | 2004-02-23 |
* | Replace opendir/closedir calls throughout the backend with AllocateDir | Tom Lane | 2004-02-23 |
* | NOFILE isn't used anywhere any more. | Tom Lane | 2004-02-23 |
* | Do a direct probe during postmaster startup to determine the maximum | Tom Lane | 2004-02-23 |
* | Move responsibility for copying argv[] array into ps_status.c, where it | Tom Lane | 2004-02-22 |
* | Fix random build breakage from log_disconnections patch. | Tom Lane | 2004-02-21 |
* | Implement a solution to the 'Turkish locale downcases I incorrectly' | Tom Lane | 2004-02-21 |
* | Here is a patch that implements setitimer() on win32. With this patch | Bruce Momjian | 2004-02-18 |
* | This patch brings up to date what I did last year (now unfortunately | Bruce Momjian | 2004-02-17 |
* | Make use of statistics on index expressions. There are still some | Tom Lane | 2004-02-17 |
* | First steps towards statistics on expressional (nee functional) indexes. | Tom Lane | 2004-02-15 |
* | Create crosstype comparison operators for date vs. timestamp and date | Tom Lane | 2004-02-14 |
* | After further thought about support for gathering stats on functional | Tom Lane | 2004-02-13 |
* | Add hooks for type-specific calculation of ANALYZE statistics. Idea and | Tom Lane | 2004-02-12 |
* | Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer() | Jan Wieck | 2004-02-12 |
* | Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to | Tom Lane | 2004-02-11 |
* | Check and set thread-safe functions separately, rather than as a single | Bruce Momjian | 2004-02-11 |
* | Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg. | Bruce Momjian | 2004-02-11 |