You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Lane
b3b89fd1f1
Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK,
...
YEAR, DECADE, CENTURY, or MILLENIUM fields, just as it always has done for
other types of fields. The previous behavior seems to have been a hack to
avoid defining bit-positions for all these field types in DTK_M() masks,
rather than something that was really considered to be desired behavior.
But there is room in the masks for these, and we really need to tighten up
at least the behavior of DAY and YEAR fields to avoid unexpected behavior
associated with the 8.4 changes to interpret ambiguous fields based on the
interval qualifier (typmod) value. Per my example and proposed patch.
17 years ago
..
access
Use more-portable coding for the check on handing out the last available
17 years ago
bootstrap
Update copyright for 2009.
17 years ago
catalog
Modify find_inheritance_children() and find_all_inheritors() to add the
17 years ago
commands
Remove the recently added node types ReloptElem and OptionDefElem in favor
17 years ago
executor
Fix an oversight in the support for storing/retrieving "minimal tuples" in
17 years ago
foreign
Remove the recently added node types ReloptElem and OptionDefElem in favor
17 years ago
lib
Update copyright for 2009.
17 years ago
libpq
Assorted portability fixes for Borland C, from Pavel Golub.
17 years ago
mb
Move gettext encoding names into encnames.c, so we only have one place to update.
17 years ago
nodes
Fix planner to restore its previous level of intelligence about pushing
17 years ago
optimizer
Do some minor code refactoring in preparation for changing the APIs of
17 years ago
parser
Do some minor code refactoring in preparation for changing the APIs of
17 years ago
port
Assorted portability fixes for Borland C, from Pavel Golub.
17 years ago
portability
Update copyright for 2009.
17 years ago
postmaster
Install a "dead man switch" to allow the postmaster to detect cases where
17 years ago
regex
Convert three more guc settings to enum type:
18 years ago
rewrite
Revert updatable views
17 years ago
snowball
Update copyright for 2009.
17 years ago
storage
Install a "dead man switch" to allow the postmaster to detect cases where
17 years ago
tcop
Update copyright for 2009.
17 years ago
tsearch
Fix URL generation in headline. Only tag lexeme will be replaced by space.
17 years ago
utils
Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK,
17 years ago
Makefile
Remove all traces that suggest that a non-Bison yacc might be supported, and
18 years ago
c.h
Gettext plural support
17 years ago
fmgr.h
Update copyright for 2009.
17 years ago
funcapi.h
Update copyright for 2009.
17 years ago
getaddrinfo.h
Update copyright for 2009.
17 years ago
getopt_long.h
Remove a boatload of useless definitions of 'int optreset'. If we
17 years ago
miscadmin.h
Install a "dead man switch" to allow the postmaster to detect cases where
17 years ago
pg_config.h.in
Make an attempt at fixing our current Solaris 11 breakage: add a configure
17 years ago
pg_config.h.win32
commit for BETA2
17 years ago
pg_config_manual.h
Add a -w/--no-password option that prevents all password prompts to all
17 years ago
pg_trace.h
Update copyright for 2009.
17 years ago
pgstat.h
Add contrib/pg_stat_statements for server-wide tracking of statement execution
17 years ago
pgtime.h
Update copyright for 2009.
17 years ago
port.h
Update MinGW so it handles fseeko() similar to Unix.
17 years ago
postgres.h
Update copyright for 2009.
17 years ago
postgres_ext.h
Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It
19 years ago
postgres_fe.h
Update copyright for 2009.
17 years ago
rusagestub.h
Update copyright for 2009.
17 years ago
windowapi.h
Update copyright for 2009.
17 years ago