Commit Graph

6470 Commits (055b0d27f6aba9c43c93c0f368bba7b987816e7f)

Author SHA1 Message Date
Bruce Momjian 4a72dbc1ae The attached applied patch throws an error if the delimiter appears in 22 years ago
Bruce Momjian 422d4819ee Corrects issues recently posted by Dann Corbit, allowing libpq/psql to 22 years ago
Bruce Momjian 823ac7c2b4 This is a cleanup patch for access/transam/xact.c. It only removes some 22 years ago
Bruce Momjian 0969dc867b Allow LIKE/ILIKE to appear in more places in a query. 22 years ago
Bruce Momjian 6165bbab8c Remove 'syslog' GUC variable, and add more logical 'log_destination' 22 years ago
Bruce Momjian a12fc7dae6 Improve handling of GUC USERLIMIT variables by reorganizing code. Also, 22 years ago
Tom Lane 8efbe30df5 check_sql_fn_retval has always thought that we supported doing 22 years ago
Tom Lane 3dd1ca035d Fix poor choice of error message in corner cases. 22 years ago
Tom Lane b066d9e4bc Clean up some code that had gotten a bit ugly through repeated revisions. 22 years ago
Tom Lane 27a4f06ade Get rid of crocky use of RangeVar nodes in parser to represent partially 22 years ago
Tom Lane eeaef25ad6 Fix some portability issues with new float input code (didn't work on 22 years ago
Tom Lane b3fcc816ae Add missing casts to unsigned char in recently-added isspace() calls. 22 years ago
Tom Lane 375369acd1 Replace TupleTableSlot convention for whole-row variables and function 22 years ago
Bruce Momjian 8590a62b75 Improve comments on USERLIMIT GUC processing. 22 years ago
Bruce Momjian fd071bd478 Fix to_char for 1 BC. Previously it returned 1 AD. 22 years ago
Teodor Sigaev f2c064afcb Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned 22 years ago
Tom Lane 8d9a28eeef Use fuzzy comparison of path costs in add_path(), so that paths with the 22 years ago
Bruce Momjian b295c0a085 Clean up function call arg appearance. 22 years ago
Bruce Momjian cfcdd31c5d Change small 'if/else' test to use Max(). 22 years ago
Tom Lane 7820ee24c9 Now that we are allowing index opclasses to contain operators that are 22 years ago
Tom Lane 8899a2aba9 Replace max_expr_depth parameter with a max_stack_depth parameter that 22 years ago
Tom Lane 6a034c3322 Adjust error message wording per Andrew Dunstan's advice. 22 years ago
Bruce Momjian c83cd6c1da Update description error text: 22 years ago
Bruce Momjian 51b488535e Here's a patch implementing the "thread method" to workaround the bug 22 years ago
Bruce Momjian 6daf396879 Add thread locking to SSL and Kerberos connections. 22 years ago
Neil Conway 017e3e244a Fix some whitespace formatting, and remove an overly-verbose 22 years ago
Bruce Momjian 48b2802eee When changing select() calls for delays into pg_usleep(), two comments 22 years ago
Tom Lane 24614a9880 Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and 22 years ago
Tom Lane 2e45c143ef Replace the virtual_host and tcpip_socket parameters with a unified 22 years ago
Tom Lane 0d88dd1e50 Before deciding we can use a socket for statistics collection, test to 22 years ago
Tom Lane d81cd7032e Standardize output buffer size and display format for strftime; 22 years ago
Bruce Momjian 6367ed4382 Increase xlog str_time() static string variable, per Korean User's Group. 22 years ago
Bruce Momjian a7f0747320 Adds DLLIMPORT modifier to check_function_bodies 22 years ago
Tom Lane 0de45c1c27 Add timestamp-versus-timestamptz cross-type comparison functions, 22 years ago
Tom Lane f938c2b91b Revise syntax-error reporting behavior to give pleasant results for 22 years ago
Dennis Bjorklund bee3b2a0a0 Translation updates 22 years ago
Tom Lane 74ffc77279 Code review for log_line_prefix patch. Cooperate with StringInfo instead 22 years ago
Bruce Momjian cbaf1aaeba Fix log_executor_stats if() test. 22 years ago
Tom Lane fbac1272b8 During btree index build, sort equal-keyed tuples according to their 22 years ago
Tom Lane 55f7c3300d Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END 22 years ago
Bruce Momjian d245b6bd9f Document SPI_push() and SPI_pop(). 22 years ago
Tom Lane c1352052ef Replace the switching function ExecEvalExpr() with a macro that jumps 22 years ago
Bruce Momjian 40f456ce56 Remove double-rename used by Win32 on busy files. Not needed anymore. 22 years ago
Bruce Momjian bda6e04ba0 Check for EOF on pipe differs under win32, as it is based on a socket 22 years ago
Bruce Momjian 3947f653f9 * postmaster.c: cleanup pmdaemonize under win32; missed failure message 22 years ago
Bruce Momjian dea47eee06 Windows uses codepages rather than the environment, so we work around 22 years ago
Bruce Momjian d6b57925ca Remove GUC log_statement, log_pid, log_timestamp, log_source_port. 22 years ago
Tatsuo Ishii e8c3205037 Add PQmbdsplen() which returns the "display length" of a character. 22 years ago
Tom Lane 1bc2d544b9 Localize our dependencies on the way to create NAN or INFINITY. 22 years ago
Tom Lane 89ab5c4abf Remove grotty special-case code in coerce_to_target_type() that 22 years ago