summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-2518-88/+88
* Previous fix for "x FULL JOIN y ON true" failed to handle the caseTom Lane2005-05-241-7/+2
* Fix PL makefiles to support running regression tests in VPATH builds.Tom Lane2005-05-243-3/+66
* Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath builds.Tom Lane2005-05-241-2/+2
* Inserting 5 characters into char(10) does not produce 5 padding spacesTatsuo Ishii2005-05-241-3/+9
* Add regression tests for previously-untested PL/Perl features. FromNeil Conway2005-05-245-2/+178
* Fix weird indentation of function return type.Neil Conway2005-05-241-2/+2
* Log queries for client-side prepare/execute. Simon RiggsBruce Momjian2005-05-242-68/+174
* Put parentheses around use of macro arguments in FMODULO and TMODULO.Bruce Momjian2005-05-241-7/+7
* Remove more extraneous parentheses in date/time functions.Bruce Momjian2005-05-249-414/+391
* More macro cleanups for date/time.Bruce Momjian2005-05-2311-88/+98
* Add datetime macros for constants, for clarity:Bruce Momjian2005-05-238-141/+146
* Remove unnecessary parentheses in datetime/timestamp code.Bruce Momjian2005-05-232-327/+330
* Avoid redundant relation lock grabs during planning, and make sureTom Lane2005-05-233-21/+40
* Fix typo in PL/Perl Safe.pm initialization that prevented the properNeil Conway2005-05-231-2/+2
* Teach the planner to remove SubqueryScan nodes from the plan if theyTom Lane2005-05-2213-175/+603
* Remove excess parens, use Abs instead of : ?.Bruce Momjian2005-05-211-8/+8
* Add support for wal_fsync_writethrough for Darwin, and restructure theBruce Momjian2005-05-206-27/+77
* Implement md5(bytea), update regression tests and documentation. PatchNeil Conway2005-05-206-9/+87
* Make a comment pgindent-proof, per suggestion from Alvaro.Tom Lane2005-05-191-2/+3
* Update comment that I missed the first time around.Tom Lane2005-05-191-3/+3
* Factor out lock cleanup code that is needed in several places in lock.c.Tom Lane2005-05-192-139/+79
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-1930-860/+923
* Upon closer inspection, Greg's psql tab completion patch leaks memory.Neil Conway2005-05-181-4/+7
* psql tab completion improvements, from Greg Sabino Mullane:Neil Conway2005-05-181-30/+158
* Extend the pg_locks system view so that it can fully display all lockTom Lane2005-05-175-29/+105
* Add a --dbname option to the pg_regress script, and use pl_regressionTom Lane2005-05-176-12/+22
* Guard against duplicate IDs in input file in SortTocFromFile().Tom Lane2005-05-171-11/+8
* Cleanup GiST header files. Since GiST extensions are often written asNeil Conway2005-05-176-127/+136
* GiST improvements:Neil Conway2005-05-174-716/+617
* Modify tidbitmap.c to avoid creating a hash table until there is moreTom Lane2005-05-171-149/+291
* Fix a few minor mistakes in header comments. From Qingqing Zhou.Neil Conway2005-05-162-4/+7
* Adjust out-of-date comment.Tom Lane2005-05-161-6/+5
* Fix latent bug in ExecSeqRestrPos: it leaves the plan node's result slotTom Lane2005-05-154-10/+35
* Various style cleanups for GiST; no changes to functionality.Neil Conway2005-05-151-35/+31
* Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian2005-05-155-19/+19
* Further marginal speed hacking: in MemoryContextReset, don't callTom Lane2005-05-141-2/+5
* Minor refactoring to eliminate duplicate code and make startup aTom Lane2005-05-142-214/+161
* Minor speed hacks in AllocSetReset: avoid clearing the freelist headersTom Lane2005-05-141-4/+10
* Convert the existing regression test scripts for the various optionalTom Lane2005-05-1430-176/+859
* Revise nodeMergejoin in light of example provided by Guillaume Smet.Tom Lane2005-05-134-514/+658
* Add -N make flag to bcc builds from /src dir.Bruce Momjian2005-05-131-7/+7
* Add regression test for consecutive newlines in COPY CSV mode. (There isNeil Conway2005-05-132-0/+14
* Remove some unnecessary code: since ExecMakeFunctionResultNoSets does notTom Lane2005-05-121-8/+2
* Give pg_regress a --load-language option, so that it can be used to testTom Lane2005-05-112-13/+25
* This patch will ensure that the hash table iteration performed byBruce Momjian2005-05-111-7/+4
* This patch refactors away some duplicated code in the index AM buildNeil Conway2005-05-116-92/+48
* This patch reduces the size of the message header used by statisticsNeil Conway2005-05-113-107/+129
* Code cleanup: in C89, there is no point casting the first argument toNeil Conway2005-05-119-28/+28
* Back out check for unreferenced files.Bruce Momjian2005-05-108-264/+25