postgresql/src/backend
Peter Eisentraut d5130d2387 Fix typmod interpretation for bit types. (It was erroneously assumed that
for bit(x), the typmod stores x+4, like for the character types.)
2003-12-07 10:18:50 +00:00
..
access Fix bad interaction between NOTIFY processing and V3 extended query 2003-10-16 16:50:41 +00:00
bootstrap Cause standalone backend (including bootstrap case) to read the GUC 2003-09-02 19:04:12 +00:00
catalog Fix typmod interpretation for bit types. (It was erroneously assumed that 2003-12-07 10:18:50 +00:00
commands Overdue code review for ALTER SEQUENCE patch. Don't generate illegal Node 2003-11-24 16:54:15 +00:00
executor Band-aid solution for problems with SubPlans used in hash join clauses, 2003-11-25 19:17:16 +00:00
lib Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
libpq Guard against bug in Solaris' bsearch(), per Michael Wildpaner. 2003-12-05 15:50:39 +00:00
main Cleanup on --help-config: Now called --describe-config, no further options, 2003-10-18 22:59:09 +00:00
nodes Fix ARRAY[] construct so that in multidimensional case, elements can 2003-08-17 23:43:27 +00:00
optimizer Planner failed to be smart about binary-compatible expressions in pathkeys 2003-12-03 17:45:38 +00:00
parser Overdue code review for ALTER SEQUENCE patch. Don't generate illegal Node 2003-11-24 16:54:15 +00:00
po Translation update for last-minute change 2003-11-16 08:59:21 +00:00
port Don't need hack copy of system() anymore in OS X 10.3. 2003-11-08 20:14:57 +00:00
postmaster Make creation of statistics collection socket more robust, by allowing it 2003-11-15 17:24:19 +00:00
regex Fix broken definition of :print: character class, per Bruno Wolff. 2003-09-29 00:21:58 +00:00
rewrite It is possible for ResolveNew to be used to insert a sublink into a 2003-10-20 20:01:59 +00:00
storage Force zero_damaged_pages to be effectively ON during recovery from WAL, 2003-12-01 16:53:30 +00:00
tcop Repair missed renamings of show_statement_stats and show_executor_stats. 2003-11-24 14:50:02 +00:00
utils Repair indexed bytea like operations, and related selectivity 2003-12-07 04:12:50 +00:00
Makefile Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
nls.mk Translation updates 2003-11-15 10:20:02 +00:00