Commit Graph

20575 Commits (9caeace71cb7ef0de020ccb9af7cc4aa39a0610c)
 

Author SHA1 Message Date
Bruce Momjian 921de09e40 Use ' ' escapes for leading spaces in table values, for use in 21 years ago
Tom Lane 8563ccae2c Simplify shared-memory lock data structures as per recent discussion: 21 years ago
Bruce Momjian f5835b4b8d Add pg_postmaster_start_time() function. 21 years ago
Bruce Momjian b5e65c8325 Done: 21 years ago
Bruce Momjian 61e2c00e64 Have SHOW ALL include variable descriptions. 21 years ago
Bruce Momjian cf48d8b3aa Update: 21 years ago
Bruce Momjian d2c313bcf5 Move item into proper section: 21 years ago
Bruce Momjian f04c39402a Attached is a makefile I hacked up to build pg_config under MSVC - the 21 years ago
Bruce Momjian 954f6bcffe Add GUC krb_server_hostname so the server hostname can be specified as 21 years ago
Bruce Momjian dac94e3495 Done: 21 years ago
Tom Lane 1265724ff5 The random selection in function linear() could deliver a value equal to max 21 years ago
Teodor Sigaev 37c839365c WAL for GiST. It work for online backup and so on, but on 21 years ago
Neil Conway d6636543c4 Allow the parameters to PL/PgSQL's RAISE statement to be expressions, 21 years ago
Tom Lane bd6bf50b03 Teach planner to optionally ignore index columns that have an equality 21 years ago
Bruce Momjian 189f89cb0e Done: 21 years ago
Bruce Momjian 2ee0d5549f Add -L option to psql to log sessions. 21 years ago
Neil Conway e31cd6739a Cleanup for "#option dump" in PL/PgSQL: don't print empty ELSE blocks, 21 years ago
Tom Lane c186c93148 Change the planner to allow indexscan qualification clauses to use 21 years ago
Neil Conway 077811605e Per discussion on -hackers, this patch changes psql's "expanded" output 21 years ago
Neil Conway 8c05ca7754 SGML cleanup: consistently use "endterm" in <xref>s that link to the 21 years ago
Tom Lane a2fb7b8a1f Adjust lo_open() so that specifying INV_READ without INV_WRITE creates 21 years ago
Tom Lane f52a34229b Document the --enable-integer-datetimes configure option where the other 21 years ago
Neil Conway 294505e2b1 This patch removes some old code from libpq that implements a URI-like 21 years ago
Neil Conway 72a5db15d1 libpq was not consistently checking for memory allocation failures. This 21 years ago
Tom Lane 2f1210629c Separate predicate-testing code out of indxpath.c, making it a module 21 years ago
Tom Lane 111e29ef5e Adjust comment about %t and %s to cover %m as well. Some trivial 21 years ago
Tatsuo Ishii b4cbd60fcf Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa. 21 years ago
Bruce Momjian e4c76191a9 Add space before :DBNAME for proper \set expansion. 21 years ago
Neil Conway a89c109e30 Minor cleanup of documentation for recently-added HISTFILE psql variable. 21 years ago
Neil Conway d46bc444ac Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. 21 years ago
Bruce Momjian 1a61896189 Use saveHistory so we get a nice error message on failure. 21 years ago
Bruce Momjian ea88824a3e the following patch makes the filename used to store the readline 21 years ago
Bruce Momjian 92eadf6c4a More Win32 tilde code comments. 21 years ago
Bruce Momjian 3d44763179 Add comment on tilde expansion. 21 years ago
Bruce Momjian c1e4869467 Remove unneeded variable test, per Tom. 21 years ago
Tom Lane a87ee007ed Quick hack to allow the outer query's tuple_fraction to be passed down 21 years ago
Bruce Momjian 453d74b99c Add the "PGPASSFILE" environment variable to specify to the password 21 years ago
Tom Lane 3b167a4099 If a LIMIT is applied to a UNION ALL query, plan each UNION arm as 21 years ago
Tom Lane 39cee73889 Revise searching of subplan target lists to use something more efficient 21 years ago
Bruce Momjian 0725065b37 This patch shows the full path name when doing a \s in psql, 21 years ago
Bruce Momjian 51746c4549 Free buffer allocated via malloc (process is short-lived, but fix it anyway). 21 years ago
Bruce Momjian 3572e531ca Mention prefix %t has no milliseconds. 21 years ago
Bruce Momjian 4778c33106 Restructure log_line_prefix options to be clearer: 21 years ago
Bruce Momjian 6c2ba14d8d This patch against 8.0.0beta1 source adds log_line_prefix options for 21 years ago
Tom Lane 7974c35020 Fix typo in comment, per Alvaro. 21 years ago
Tom Lane 8714d9c56b Fix assign_datestyle() so that it doesn't misleadingly complain about 21 years ago
Tom Lane 56b01dc9ff Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO commands; 21 years ago
Tom Lane dce83e76e0 Add missing #include -- mea culpa. 21 years ago
Tom Lane 3ace84594e Defend against omitted paramLengths[] array in PQsendQueryParams. 21 years ago
Tom Lane 0b8e46e49b Repair error in description of nonblocking usage of PQgetCopyData(). 21 years ago