summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2004-04-07> >>1. change the type of "log_statement" option from boolean to string,Bruce Momjian
2004-04-06Support FULL JOIN with no join clauses, such as X FULL JOIN Y ON TRUE.Tom Lane
2004-04-06ALTER SEQUENCE RESTART did the wrong thing if sequence last_value wasTom Lane
2004-04-06The attached applied patch throws an error if the delimiter appears inBruce Momjian
2004-04-05Corrects issues recently posted by Dann Corbit, allowing libpq/psql toBruce Momjian
2004-04-05This is a cleanup patch for access/transam/xact.c. It only removes someBruce Momjian
2004-04-05Allow LIKE/ILIKE to appear in more places in a query.Bruce Momjian
2004-04-05Remove 'syslog' GUC variable, and add more logical 'log_destination'Bruce Momjian
2004-04-05Improve handling of GUC USERLIMIT variables by reorganizing code. Also,Bruce Momjian
2004-04-02check_sql_fn_retval has always thought that we supported doingTom Lane
2004-04-02Fix poor choice of error message in corner cases.Tom Lane
2004-04-02Clean up some code that had gotten a bit ugly through repeated revisions.Tom Lane
2004-04-02Get rid of crocky use of RangeVar nodes in parser to represent partiallyTom Lane
2004-04-01Fix some portability issues with new float input code (didn't work onTom Lane
2004-04-01Add missing casts to unsigned char in recently-added isspace() calls.Tom Lane
2004-04-01Replace TupleTableSlot convention for whole-row variables and functionTom Lane
2004-04-01Improve comments on USERLIMIT GUC processing.Bruce Momjian
2004-03-30Fix to_char for 1 BC. Previously it returned 1 AD.Bruce Momjian
2004-03-30Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev
2004-03-29Use fuzzy comparison of path costs in add_path(), so that paths with theTom Lane
2004-03-27Clean up function call arg appearance.Bruce Momjian
2004-03-27Change small 'if/else' test to use Max().Bruce Momjian
2004-03-27Now that we are allowing index opclasses to contain operators that areTom Lane
2004-03-24Replace max_expr_depth parameter with a max_stack_depth parameter thatTom Lane
2004-03-24Adjust error message wording per Andrew Dunstan's advice.Tom Lane
2004-03-24Update description error text:Bruce Momjian
2004-03-24Here's a patch implementing the "thread method" to workaround the bugBruce Momjian
2004-03-24Add thread locking to SSL and Kerberos connections.Bruce Momjian
2004-03-24Fix some whitespace formatting, and remove an overly-verboseNeil Conway
2004-03-23When changing select() calls for delays into pg_usleep(), two commentsBruce Momjian
2004-03-23Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane
2004-03-23Replace the virtual_host and tcpip_socket parameters with a unifiedTom Lane
2004-03-22Before deciding we can use a socket for statistics collection, test toTom Lane
2004-03-22Standardize output buffer size and display format for strftime;Tom Lane
2004-03-22Increase xlog str_time() static string variable, per Korean User's Group.Bruce Momjian
2004-03-22Adds DLLIMPORT modifier to check_function_bodiesBruce Momjian
2004-03-22Add timestamp-versus-timestamptz cross-type comparison functions,Tom Lane
2004-03-21Revise syntax-error reporting behavior to give pleasant results forTom Lane
2004-03-21Translation updatesDennis Bjorklund
2004-03-19Code review for log_line_prefix patch. Cooperate with StringInfo insteadTom Lane
2004-03-18Fix log_executor_stats if() test.Bruce Momjian
2004-03-17During btree index build, sort equal-keyed tuples according to theirTom Lane
2004-03-17Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... ENDTom Lane
2004-03-17Document SPI_push() and SPI_pop().Bruce Momjian
2004-03-17Replace the switching function ExecEvalExpr() with a macro that jumpsTom Lane
2004-03-16Remove double-rename used by Win32 on busy files. Not needed anymore.Bruce Momjian
2004-03-15Check for EOF on pipe differs under win32, as it is based on a socketBruce Momjian
2004-03-15* postmaster.c: cleanup pmdaemonize under win32; missed failure messageBruce Momjian
2004-03-15Windows uses codepages rather than the environment, so we work aroundBruce Momjian
2004-03-15Remove GUC log_statement, log_pid, log_timestamp, log_source_port.Bruce Momjian