| .. |
|
access
|
Remove the no-longer-useful HashItem/HashItemData level of structure.
|
2006-01-25 23:26:11 +00:00 |
|
bootstrap
|
Make all command-line options of postmaster and postgres the same. See
|
2006-01-05 10:07:46 +00:00 |
|
catalog
|
Add GRANT ON SEQUENCE syntax to support sequence-only permissions.
|
2006-01-21 02:16:21 +00:00 |
|
commands
|
Update random() usage so ranges are inclusive/exclusive as required.
|
2006-02-03 12:45:47 +00:00 |
|
executor
|
Allow row comparisons to be used as indexscan qualifications.
|
2006-01-25 20:29:24 +00:00 |
|
lib
|
Standard pgindent run for 8.1.
|
2005-10-15 02:49:52 +00:00 |
|
libpq
|
Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro
|
2006-01-24 16:38:42 +00:00 |
|
main
|
Set progname early in the postmaster/postgres binary, rather than doing
|
2006-02-01 00:31:59 +00:00 |
|
nodes
|
Restructure planner's handling of inheritance. Rather than processing
|
2006-01-31 21:39:25 +00:00 |
|
optimizer
|
Teach planner to convert simple UNION ALL subqueries into append relations,
|
2006-02-03 21:08:49 +00:00 |
|
parser
|
Allow %TYPE to be used with SETOF, per gripe from Murat Tasan.
|
2006-01-31 22:40:03 +00:00 |
|
po
|
Remove DOS line endings ("\r\n") from several .po files. DOS line endings
|
2006-01-01 10:13:56 +00:00 |
|
port
|
Fix the assert_enabled issue properly. This eliminates the former ABI
|
2006-01-08 21:24:37 +00:00 |
|
postmaster
|
Add code comment about Linux stack randomization and shared memory.
|
2006-02-01 16:00:06 +00:00 |
|
regex
|
Re-run pgindent, fixing a problem where comment lines after a blank
|
2005-11-22 18:17:34 +00:00 |
|
rewrite
|
Restructure planner's handling of inheritance. Rather than processing
|
2006-01-31 21:39:25 +00:00 |
|
storage
|
Update random() usage so ranges are inclusive/exclusive as required.
|
2006-02-03 12:45:47 +00:00 |
|
tcop
|
Add a new system view, pg_cursors, that displays the currently available
|
2006-01-18 06:49:30 +00:00 |
|
utils
|
Issue a warning if a change-on-restart-only postgresql.conf value is
|
2006-02-04 12:50:47 +00:00 |
|
Makefile
|
Remove QNX port.
|
2006-01-05 01:56:30 +00:00 |
|
nls.mk
|
Add _ to gettext triggers. Must have been forgotten here when it was introduced.
|
2005-10-04 11:14:03 +00:00 |