summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix BCC to not define compiler location.Bruce Momjian2005-04-301-1/+1
* Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane2005-04-2911-212/+319
* Remove extern from optreset that was just added.Bruce Momjian2005-04-291-2/+2
* Improve cleanup from win32 client-only build.Bruce Momjian2005-04-292-3/+3
* Backpatch BCC compile changes to 8.0.X for psql.Bruce Momjian2005-04-299-218/+243
* This patch fixes a bug in the error message emitted by pg_restore on anNeil Conway2005-04-291-2/+2
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-2847-345/+2616
* Fix a whitespace problem. From Alvaro Herrera.Dennis Bjorklund2005-04-281-1/+1
* Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction toBruce Momjian2005-04-281-7/+73
* On further experimentation, there were still a couple of bugs inTom Lane2005-04-251-43/+44
* Fix ExpandIndirectionStar to handle cases where the expression to beTom Lane2005-04-251-3/+151
* get_expr_result_type probably needs to be able to handle OpExpr as wellTom Lane2005-04-251-2/+8
* Avoid rechecking lossy operators twice in a bitmap scan plan.Tom Lane2005-04-251-1/+9
* While determining the filter clauses for an index scan (either plainTom Lane2005-04-252-15/+51
* Replace slightly klugy create_bitmap_restriction() function with aTom Lane2005-04-255-90/+99
* Remove support for OR'd indexscans internal to a single IndexScan planTom Lane2005-04-2521-1927/+714
* Adjust nodeBitmapIndexscan.c to not keep the index open across calls,Tom Lane2005-04-242-88/+30
* Actually, nodeBitmapIndexscan.c doesn't need to create a standardTom Lane2005-04-241-20/+11
* Put back example of using Result node to execute an INSERT.Tom Lane2005-04-241-2/+7
* Update some comments to use SQL examples rather than QUEL. From SimonNeil Conway2005-04-242-10/+9
* Update VACUUM VERBOSE FSM message, per Tom.Bruce Momjian2005-04-241-9/+8
* Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. ComparisonTom Lane2005-04-231-4/+12
* Remove useless argtype_inherit() code, and make consequent simplifications.Tom Lane2005-04-231-251/+45
* Remove explicit FreeExprContext calls during plan node shutdown. TheTom Lane2005-04-233-18/+21
* Update VACUUM VERBOSE update, per Alvaro.Bruce Momjian2005-04-231-2/+3
* Update working of VACUUM VERBOSE.Bruce Momjian2005-04-231-2/+2
* Make VACUUM VERBOSE FSM output all output in a single INFO outputBruce Momjian2005-04-231-14/+8
* Add comment about checkpoint panic behavior during shutdown, perTom Lane2005-04-231-2/+5
* Allow -2147483648 to be treated as an INT4 rather than INT8 constant.Tom Lane2005-04-231-9/+26
* Recent changes got the sense of the notnull bit backwards in the 2.0Tom Lane2005-04-231-3/+3
* Define the right-hand input of AT TIME ZONE as a full a_expr instead ofTom Lane2005-04-231-2/+2
* Modify output of VACUUM VERBOSE to be clearer.Bruce Momjian2005-04-231-6/+16
* Turns out that my recent elimination of the 'redundant' flatten_andors()Tom Lane2005-04-231-66/+157
* Teach choose_bitmap_and() to actually be choosy --- that is, try toTom Lane2005-04-231-5/+132
* Fix bogus EXPLAIN display of rowcount estimates for BitmapAnd andTom Lane2005-04-231-15/+19
* First cut at planner support for bitmap index scans. Lots to do yet,Tom Lane2005-04-2222-586/+1015
* Rethink original decision to use AND/OR Expr nodes to represent bitmapTom Lane2005-04-2115-190/+318
* Install some slightly realistic cost estimation for bitmap index scans.Tom Lane2005-04-218-31/+195
* Make pg_ctl status do a kill() test to verify that the PID found inTom Lane2005-04-201-23/+61
* Don't try to run clauseless index scans on index types that don't supportTom Lane2005-04-201-7/+17
* Fix mis-display of negative fractional seconds in interval values forTom Lane2005-04-201-8/+15
* Minor performance improvement: avoid unnecessary creation/unioning ofTom Lane2005-04-204-17/+65
* Create executor and planner-backend support for decoupled heap and indexTom Lane2005-04-1930-76/+2783
* Attached patch gets rid of the global timezone in the following steps:Bruce Momjian2005-04-1911-191/+233
* pg_dumpall should enforce the server version check for itself, ratherTom Lane2005-04-181-4/+31
* record_in and record_recv must be careful to return a separatelyTom Lane2005-04-181-3/+23
* Initial implementation of lossy-tuple-bitmap data structures.Tom Lane2005-04-174-6/+840
* Fix comment typo.Bruce Momjian2005-04-171-2/+2
* Create a new 'MultiExecProcNode' call API for plan nodes that don'tTom Lane2005-04-169-39/+121
* Reduce PANIC to ERROR in several xlog routines that are used in bothTom Lane2005-04-151-26/+40