aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Adjust error message wording per Andrew Dunstan's advice.Tom Lane2004-03-24
* Update description error text:Bruce Momjian2004-03-24
* Here's a patch implementing the "thread method" to workaround the bugBruce Momjian2004-03-24
* Add thread locking to SSL and Kerberos connections.Bruce Momjian2004-03-24
* Fix some whitespace formatting, and remove an overly-verboseNeil Conway2004-03-24
* When changing select() calls for delays into pg_usleep(), two commentsBruce Momjian2004-03-23
* Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane2004-03-23
* Replace the virtual_host and tcpip_socket parameters with a unifiedTom Lane2004-03-23
* Before deciding we can use a socket for statistics collection, test toTom Lane2004-03-22
* Standardize output buffer size and display format for strftime;Tom Lane2004-03-22
* Increase xlog str_time() static string variable, per Korean User's Group.Bruce Momjian2004-03-22
* Adds DLLIMPORT modifier to check_function_bodiesBruce Momjian2004-03-22
* Add timestamp-versus-timestamptz cross-type comparison functions,Tom Lane2004-03-22
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-21
* Translation updatesDennis Bjorklund2004-03-21
* Code review for log_line_prefix patch. Cooperate with StringInfo insteadTom Lane2004-03-19
* Fix log_executor_stats if() test.Bruce Momjian2004-03-18
* During btree index build, sort equal-keyed tuples according to theirTom Lane2004-03-17
* Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... ENDTom Lane2004-03-17
* Document SPI_push() and SPI_pop().Bruce Momjian2004-03-17
* Replace the switching function ExecEvalExpr() with a macro that jumpsTom Lane2004-03-17
* Remove double-rename used by Win32 on busy files. Not needed anymore.Bruce Momjian2004-03-16
* Check for EOF on pipe differs under win32, as it is based on a socketBruce Momjian2004-03-15
* * postmaster.c: cleanup pmdaemonize under win32; missed failure messageBruce Momjian2004-03-15
* Windows uses codepages rather than the environment, so we work aroundBruce Momjian2004-03-15
* Remove GUC log_statement, log_pid, log_timestamp, log_source_port.Bruce Momjian2004-03-15
* Add PQmbdsplen() which returns the "display length" of a character.Tatsuo Ishii2004-03-15
* Localize our dependencies on the way to create NAN or INFINITY.Tom Lane2004-03-15
* Remove grotty special-case code in coerce_to_target_type() thatTom Lane2004-03-15
* Tweak planner so that index expressions and predicates are matched toTom Lane2004-03-14
* Portability fixes and bug fixes for recent floating point input changes.Neil Conway2004-03-14
* Arrange to emit a CONTEXT: SQL function "foo" entry in an errorTom Lane2004-03-14
* Generate a WARNING when the column types in a foreign key constraint areTom Lane2004-03-13
* Repair memory leakage introduced into the non-hashed aggregate case byTom Lane2004-03-13
* Translation updatesDennis Bjorklund2004-03-12
* Translation updatesDennis Bjorklund2004-03-12
* Allow 'Infinity' and '-Infinity' as input to the float4 and float8Neil Conway2004-03-12
* Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway2004-03-11
* Add NOWAIT option to LOCK commandTatsuo Ishii2004-03-11
* Move non-blocking code into its own /port file, for code clarity.Bruce Momjian2004-03-10
* Corrects a typo, introduces missing variables, and rearranges theBruce Momjian2004-03-09
* Determines the PKGLIBDIR equivalent under win32. Requires pgsql lib andBruce Momjian2004-03-09
* Add ALSO keyword to CREATE RULE.Bruce Momjian2004-03-09
* Add:Bruce Momjian2004-03-09
* Add comment about why ON COMMENT in non-current database throws just anBruce Momjian2004-03-08
* Test for whether a previous IN join restricts the current join was tooTom Lane2004-03-08
* When testing usability of a partial index, recognize that an indexTom Lane2004-03-07
* Per a brief conversation with Tom, I've created a patch for addingBruce Momjian2004-03-05
* Win32:Bruce Momjian2004-03-05
* Add new SPI functions for use by PL/Java:Bruce Momjian2004-03-05