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
9aa3c782c9
Fix the problem that creating a user-defined type named _foo, followed by one
...
named foo, would work but the other ordering would not. If a user-specified
type or table name collides with an existing auto-generated array name, just
rename the array type out of the way by prepending more underscores. This
should not create any backward-compatibility issues, since the cases in which
this will happen would have failed outright in prior releases.
Also fix an oversight in the arrays-of-composites patch: ALTER TABLE RENAME
renamed the table's rowtype but not its array type.
19 years ago
..
access
Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching
19 years ago
bootstrap
Cleanup the bootstrap code a little, and rename "dummy procs" in the code
19 years ago
catalog
Fix the problem that creating a user-defined type named _foo, followed by one
19 years ago
commands
Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT
19 years ago
executor
Support scrollable cursors (ie, 'direction' clause in FETCH) in plpgsql.
19 years ago
lib
Add resetStringInfo(), which clears the content of a StringInfo, and
19 years ago
libpq
Add lo_truncate() to backend and libpq for large object truncation.
19 years ago
mb
Make JOHAB client only encoding per discussions in pgsql-hackers
19 years ago
nodes
Teach tuplesort.c about "top N" sorting, in which only the first N tuples
19 years ago
optimizer
Teach tuplesort.c about "top N" sorting, in which only the first N tuples
19 years ago
parser
Support enum data types. Along the way, use macros for the values of
19 years ago
port
Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to be
19 years ago
postmaster
Enable configurable log of autovacuum actions. Initial patch from Simon
19 years ago
regex
Wording cleanup for error messages. Also change can't -> cannot.
19 years ago
rewrite
Changes pg_trigger and extend pg_rewrite in order to allow triggers and
19 years ago
storage
tas() support for Renesas' M32R processor. Kazuhiro Inaoka
19 years ago
tcop
Expose more cursor-related functionality in SPI: specifically, allow
19 years ago
utils
Add a hash function for "numeric". Mark the equality operator for
19 years ago
Makefile
Allow installation into directories containing spaces in the name.
20 years ago
c.h
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
19 years ago
fmgr.h
Support varlena fields with single-byte headers and unaligned storage.
19 years ago
funcapi.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
getaddrinfo.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
getopt_long.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
miscadmin.h
Add a multi-worker capability to autovacuum. This allows multiple worker
19 years ago
pg_config.h.in
tas() support for Renesas' M32R processor. Kazuhiro Inaoka
19 years ago
pg_config.h.win32
Enable IPV6 for all MSVC builds, including the VC6 libpq-only build.
19 years ago
pg_config_manual.h
Move BLCKSZ < 1024 check to guc.c.
19 years ago
pg_trace.h
pgindent run for 8.2.
20 years ago
pgstat.h
Fix oversight in my patch of yesterday: forgot to ensure that stats would
19 years ago
pgtime.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
port.h
Add O_DIRECT support on Windows.
19 years ago
postgres.h
A few fixups in error handling: mark pg_re_throw() as noreturn for gcc,
19 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 CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago
rusagestub.h
Update CVS HEAD for 2007 copyright. Back branches are typically not
19 years ago