| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up function call arg appearance. | Bruce Momjian | 2004-03-27 | 1 | -4/+3 |
* | Change small 'if/else' test to use Max(). | Bruce Momjian | 2004-03-27 | 1 | -5/+2 |
* | Now that we are allowing index opclasses to contain operators that are | Tom Lane | 2004-03-27 | 1 | -6/+20 |
* | Replace max_expr_depth parameter with a max_stack_depth parameter that | Tom Lane | 2004-03-24 | 7 | -50/+117 |
* | Adjust error message wording per Andrew Dunstan's advice. | Tom Lane | 2004-03-24 | 1 | -2/+2 |
* | Update description error text: | Bruce Momjian | 2004-03-24 | 1 | -2/+2 |
* | Here's a patch implementing the "thread method" to workaround the bug | Bruce Momjian | 2004-03-24 | 1 | -1/+35 |
* | Add thread locking to SSL and Kerberos connections. | Bruce Momjian | 2004-03-24 | 1 | -2/+2 |
* | Fix some whitespace formatting, and remove an overly-verbose | Neil Conway | 2004-03-24 | 1 | -6/+3 |
* | When changing select() calls for delays into pg_usleep(), two comments | Bruce Momjian | 2004-03-23 | 1 | -3/+3 |
* | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane | 2004-03-23 | 6 | -154/+131 |
* | Replace the virtual_host and tcpip_socket parameters with a unified | Tom Lane | 2004-03-23 | 3 | -78/+63 |
* | Before deciding we can use a socket for statistics collection, test to | Tom Lane | 2004-03-22 | 1 | -1/+86 |
* | Standardize output buffer size and display format for strftime; | Tom Lane | 2004-03-22 | 2 | -8/+8 |
* | Increase xlog str_time() static string variable, per Korean User's Group. | Bruce Momjian | 2004-03-22 | 1 | -2/+2 |
* | Adds DLLIMPORT modifier to check_function_bodies | Bruce Momjian | 2004-03-22 | 1 | -2/+2 |
* | Add timestamp-versus-timestamptz cross-type comparison functions, | Tom Lane | 2004-03-22 | 1 | -2/+183 |
* | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 | 9 | -78/+517 |
* | Translation updates | Dennis Bjorklund | 2004-03-21 | 1 | -682/+700 |
* | Code review for log_line_prefix patch. Cooperate with StringInfo instead | Tom Lane | 2004-03-19 | 2 | -137/+141 |
* | Fix log_executor_stats if() test. | Bruce Momjian | 2004-03-18 | 1 | -6/+3 |
* | During btree index build, sort equal-keyed tuples according to their | Tom Lane | 2004-03-17 | 1 | -2/+24 |
* | Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END | Tom Lane | 2004-03-17 | 10 | -44/+194 |
* | Document SPI_push() and SPI_pop(). | Bruce Momjian | 2004-03-17 | 1 | -1/+3 |
* | Replace the switching function ExecEvalExpr() with a macro that jumps | Tom Lane | 2004-03-17 | 4 | -295/+385 |
* | Remove double-rename used by Win32 on busy files. Not needed anymore. | Bruce Momjian | 2004-03-16 | 2 | -46/+2 |
* | Check for EOF on pipe differs under win32, as it is based on a socket | Bruce Momjian | 2004-03-15 | 1 | -3/+14 |
* | * postmaster.c: cleanup pmdaemonize under win32; missed failure message | Bruce Momjian | 2004-03-15 | 3 | -11/+14 |
* | Windows uses codepages rather than the environment, so we work around | Bruce Momjian | 2004-03-15 | 1 | -1/+27 |
* | Remove GUC log_statement, log_pid, log_timestamp, log_source_port. | Bruce Momjian | 2004-03-15 | 5 | -96/+13 |
* | Add PQmbdsplen() which returns the "display length" of a character. | Tatsuo Ishii | 2004-03-15 | 2 | -39/+237 |
* | Localize our dependencies on the way to create NAN or INFINITY. | Tom Lane | 2004-03-15 | 4 | -40/+94 |
* | Remove grotty special-case code in coerce_to_target_type() that | Tom Lane | 2004-03-15 | 1 | -45/+1 |
* | Tweak planner so that index expressions and predicates are matched to | Tom Lane | 2004-03-14 | 3 | -7/+53 |
* | Portability fixes and bug fixes for recent floating point input changes. | Neil Conway | 2004-03-14 | 1 | -66/+157 |
* | Arrange to emit a CONTEXT: SQL function "foo" entry in an error | Tom Lane | 2004-03-14 | 1 | -1/+36 |
* | Generate a WARNING when the column types in a foreign key constraint are | Tom Lane | 2004-03-13 | 1 | -22/+72 |
* | Repair memory leakage introduced into the non-hashed aggregate case by | Tom Lane | 2004-03-13 | 1 | -1/+19 |
* | Translation updates | Dennis Bjorklund | 2004-03-12 | 1 | -50/+49 |
* | Translation updates | Dennis Bjorklund | 2004-03-12 | 1 | -1431/+1591 |
* | Allow 'Infinity' and '-Infinity' as input to the float4 and float8 | Neil Conway | 2004-03-12 | 1 | -32/+16 |
* | Revise int2/int4/int8/float4/float8 input routines to allow for | Neil Conway | 2004-03-11 | 4 | -76/+115 |
* | Add NOWAIT option to LOCK command | Tatsuo Ishii | 2004-03-11 | 6 | -9/+46 |
* | Move non-blocking code into its own /port file, for code clarity. | Bruce Momjian | 2004-03-10 | 2 | -10/+5 |
* | Corrects a typo, introduces missing variables, and rearranges the | Bruce Momjian | 2004-03-09 | 2 | -10/+37 |
* | Determines the PKGLIBDIR equivalent under win32. Requires pgsql lib and | Bruce Momjian | 2004-03-09 | 1 | -1/+23 |
* | Add ALSO keyword to CREATE RULE. | Bruce Momjian | 2004-03-09 | 2 | -3/+5 |
* | Add: | Bruce Momjian | 2004-03-09 | 6 | -12/+177 |
* | Add comment about why ON COMMENT in non-current database throws just an | Bruce Momjian | 2004-03-08 | 1 | -2/+2 |
* | Test for whether a previous IN join restricts the current join was too | Tom Lane | 2004-03-08 | 1 | -21/+31 |