summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Ensure we discard unread/unsent data when abandoning a connection attempt.Tom Lane2011-08-271-0/+18
* Allow more include files to be compiled in their own by adding missingBruce Momjian2011-08-277-2/+9
* Add support for #elif to pgrminclude.Bruce Momjian2011-08-271-2/+3
* Implement the information schema with_hierarchy columnPeter Eisentraut2011-08-271-1/+1
* Add another pgdefine path check, and a cvs-git change.Bruce Momjian2011-08-263-3/+6
* Change references of CVS to .git.Bruce Momjian2011-08-262-3/+5
* Fix missing pgdefine detection in pgrminclude.Bruce Momjian2011-08-261-1/+4
* Modify pgrminclude to include all code, even in #if blocks. ProcessBruce Momjian2011-08-261-0/+2
* Cleanup of script.Bruce Momjian2011-08-261-8/+2
* Add missing includes after pgrminclude run.Bruce Momjian2011-08-263-1/+4
* do include files firstBruce Momjian2011-08-261-1/+5
* Add markers.Bruce Momjian2011-08-262-3/+3
* Add another marker.Bruce Momjian2011-08-261-1/+1
* Add markers for skips.Bruce Momjian2011-08-265-5/+5
* Fix #if blocks.Bruce Momjian2011-08-261-10/+15
* Fix potential memory clobber in tsvector_concat().Tom Lane2011-08-261-6/+30
* Improve comments describing tsvector data structure.Tom Lane2011-08-261-25/+27
* Clean up weird corner cases in lexing of psql meta-command arguments.Tom Lane2011-08-263-179/+172
* Support non-ASCII letters in psql variable names.Tom Lane2011-08-264-26/+105
* Fix pgrminclude regex pattern.Bruce Momjian2011-08-261-1/+1
* Unbreak MSVC build broken by my port of flex check.Andrew Dunstan2011-08-261-1/+1
* In pgrminclude, add code to skip includes with a marker comment.Bruce Momjian2011-08-261-0/+1
* In pgrminclude, make skipped include names constent and skip files withBruce Momjian2011-08-261-1/+6
* Port backup check on psql lexer to MSVC.Andrew Dunstan2011-08-251-0/+14
* Add expected isolationtester output when prepared xacts are disabledAlvaro Herrera2011-08-252-4/+41529
* Add makefile rules to check for backtracking in backend and psql lexers.Tom Lane2011-08-253-4/+9
* Fix psql lexer to avoid use of backtracking.Tom Lane2011-08-251-1/+32
* Add "%option warn" to all flex input files that lacked it.Tom Lane2011-08-255-2/+7
* Change format of SQL/MED generic options in psql backslash commands.Robert Haas2011-08-253-184/+210
* Properly quote SQL/MED generic options in pg_dump output.Robert Haas2011-08-251-6/+11
* Tweak postgresql.conf.sample's comments on listen_addresess.Robert Haas2011-08-251-1/+1
* Update FK alternative test output to new whitespace rulesAlvaro Herrera2011-08-243-174/+174
* Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS.Tom Lane2011-08-241-4/+3
* Fix multiple bugs in extension dropping.Tom Lane2011-08-241-46/+73
* Make CREATE EXTENSION check schema creation permissions.Tom Lane2011-08-231-3/+13
* Fix overoptimistic assumptions in column width estimation for subqueries.Tom Lane2011-08-232-22/+44
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-2318-132/+132
* Add missing include so include file compiles cleanly on its own.Bruce Momjian2011-08-221-0/+1
* Mark cpluspluscheck as excutable in git.Bruce Momjian2011-08-221-0/+0
* Typo fix.Robert Haas2011-08-221-1/+1
* Fix handling of extension membership when filling in a shell operator.Tom Lane2011-08-221-2/+5
* Properly call strerror() in thread test; add comments.Bruce Momjian2011-08-221-2/+7
* Simplify errno generating in thread testing program.Bruce Momjian2011-08-211-19/+41
* Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.Tom Lane2011-08-216-4/+62
* Have thread_test create its test files in the current directory, ratherBruce Momjian2011-08-201-95/+43
* Fix performance problem when building a lossy tidbitmap.Tom Lane2011-08-201-3/+19
* Fix copyright.pl to properly us 'tie' function.Bruce Momjian2011-08-192-7/+6
* Fix problem with regex in copyright test.Bruce Momjian2011-08-191-1/+1
* Remove use of 'tie' in perl for copyright.pl; instead use normal fileBruce Momjian2011-08-191-5/+7
* Add executable bit to file.Bruce Momjian2011-08-191-0/+0