summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* >> Do you agree that using a hashtable for it in general is a good ideaBruce Momjian2005-06-151-7/+12
* Now \d show tablespace of indices per discussion.Bruce Momjian2005-06-141-11/+38
* Add BETWEEN SYMMETRIC.Bruce Momjian2005-06-142-10/+43
* Use ' ' escapes for leading spaces in table values, for use inBruce Momjian2005-06-141-2/+14
* Simplify shared-memory lock data structures as per recent discussion:Tom Lane2005-06-147-241/+218
* Add pg_postmaster_start_time() function.Bruce Momjian2005-06-145-5/+49
* Have SHOW ALL include variable descriptions.Bruce Momjian2005-06-141-6/+13
* Attached is a makefile I hacked up to build pg_config under MSVC - theBruce Momjian2005-06-142-1/+104
* Add GUC krb_server_hostname so the server hostname can be specified asBruce Momjian2005-06-144-18/+33
* The random selection in function linear() could deliver a value equal to maxTom Lane2005-06-141-12/+25
* WAL for GiST. It work for online backup and so on, but onTeodor Sigaev2005-06-147-1083/+2026
* Allow the parameters to PL/PgSQL's RAISE statement to be expressions,Neil Conway2005-06-146-85/+120
* Teach planner to optionally ignore index columns that have an equalityTom Lane2005-06-141-13/+276
* Add -L option to psql to log sessions.Bruce Momjian2005-06-1410-40/+77
* Cleanup for "#option dump" in PL/PgSQL: don't print empty ELSE blocks,Neil Conway2005-06-141-7/+21
* Change the planner to allow indexscan qualification clauses to useTom Lane2005-06-1310-104/+181
* Per discussion on -hackers, this patch changes psql's "expanded" outputNeil Conway2005-06-136-35/+65
* Adjust lo_open() so that specifying INV_READ without INV_WRITE createsTom Lane2005-06-1310-77/+191
* This patch removes some old code from libpq that implements a URI-likeNeil Conway2005-06-121-170/+1
* libpq was not consistently checking for memory allocation failures. ThisNeil Conway2005-06-127-92/+176
* Separate predicate-testing code out of indxpath.c, making it a moduleTom Lane2005-06-107-685/+728
* Adjust comment about %t and %s to cover %m as well. Some trivialTom Lane2005-06-101-21/+17
* Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa.Tatsuo Ishii2005-06-101-2/+2
* Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM.Neil Conway2005-06-109-50/+214
* Use saveHistory so we get a nice error message on failure.Bruce Momjian2005-06-101-2/+2
* the following patch makes the filename used to store the readlineBruce Momjian2005-06-101-25/+27
* More Win32 tilde code comments.Bruce Momjian2005-06-101-2/+6
* Add comment on tilde expansion.Bruce Momjian2005-06-101-3/+3
* Remove unneeded variable test, per Tom.Bruce Momjian2005-06-101-9/+2
* Quick hack to allow the outer query's tuple_fraction to be passed downTom Lane2005-06-103-4/+49
* Add the "PGPASSFILE" environment variable to specify to the passwordBruce Momjian2005-06-101-5/+28
* If a LIMIT is applied to a UNION ALL query, plan each UNION arm asTom Lane2005-06-103-118/+178
* Revise searching of subplan target lists to use something more efficientTom Lane2005-06-101-194/+248
* This patch shows the full path name when doing a \s in psql,Bruce Momjian2005-06-092-3/+11
* Free buffer allocated via malloc (process is short-lived, but fix it anyway).Bruce Momjian2005-06-091-1/+2
* Mention prefix %t has no milliseconds.Bruce Momjian2005-06-091-1/+1
* Restructure log_line_prefix options to be clearer:Bruce Momjian2005-06-091-9/+15
* This patch against 8.0.0beta1 source adds log_line_prefix options forBruce Momjian2005-06-092-2/+34
* Fix typo in comment, per Alvaro.Tom Lane2005-06-091-2/+2
* Fix assign_datestyle() so that it doesn't misleadingly complain aboutTom Lane2005-06-091-16/+27
* Make SPI set SPI_processed for CREATE TABLE AS / SELECT INTO commands;Tom Lane2005-06-091-4/+6
* Add missing #include -- mea culpa.Tom Lane2005-06-091-1/+2
* Defend against omitted paramLengths[] array in PQsendQueryParams.Tom Lane2005-06-092-5/+12
* Avoid bare 'struct Node;' declaration --- provokes annoying warningsTom Lane2005-06-091-6/+6
* \(rs should be \\(rs, per Tom.Bruce Momjian2005-06-091-2/+2
* Put a critical section around update of hash index metapage. PerTom Lane2005-06-091-1/+12
* Since I needed this feature badly, I added the -n / --schema switch toBruce Momjian2005-06-093-4/+20
* Please find attached a patch (diff -c against cvs HEAD) to add aBruce Momjian2005-06-091-1/+3
* I've created a patch which adds support for troff "-ms" output toBruce Momjian2005-06-093-5/+224
* Simplify the planner's join clause management by storing join clausesTom Lane2005-06-0919-450/+270