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.
Peter Eisentraut
1b658473ea
Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean
...
up a bunch of the support utilities.
In src/backend/utils/mb/Unicode remove nearly duplicate copies of the
UCS_to_XXX perl script and replace with one version to handle all generic
files. Update the Makefile so that it knows about all the map files.
This produces a slight difference in some of the map files, using a
uniform naming convention and not mapping the null character.
In src/backend/utils/mb/conversion_procs create a master utf8<->win
codepage function like the ISO 8859 versions instead of having a separate
handler for each conversion.
There is an externally visible change in the name of the win1258 to utf8
conversion. According to the documentation notes, it was named
incorrectly and this changes it to a standard name.
Running the Unicode mapping perl scripts has shown some additional mapping
changes in koi8r and iso8859-7.
20 years ago
..
access
Skip ambulkdelete scan if there's nothing to delete and the index is not
20 years ago
bootstrap
Tag appropriate files for rc3
21 years ago
catalog
Revert patch becaues of locking concerns:
20 years ago
commands
I've created a new shared catalog table pg_shdescription to store
20 years ago
executor
Allow row comparisons to be used as indexscan qualifications.
20 years ago
lib
Standard pgindent run for 8.1.
21 years ago
libpq
Re-run pgindent, fixing a problem where comment lines after a blank
20 years ago
mb
Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean
20 years ago
nodes
DROP IF EXISTS for ROLE/USER/GROUP
20 years ago
optimizer
Improve my initial, rather hacky implementation of joins to append
20 years ago
parser
Implement SQL-compliant treatment of row comparisons for < <= > >= cases
20 years ago
port
Fix fsync code to test whether F_FULLFSYNC is available, instead of
20 years ago
postmaster
Set progname early in the postmaster/postgres binary, rather than doing
20 years ago
regex
Standard pgindent run for 8.1.
21 years ago
rewrite
Change expandRTE() and ResolveNew() back to taking just the single
21 years ago
storage
Add contrib/pg_freespacemap to display free space map information.
20 years ago
tcop
Make all command-line options of postmaster and postgres the same. See
20 years ago
utils
Fix bug that allowed any logged-in user to SET ROLE to any other database user
20 years ago
Makefile
Allow installation into directories containing spaces in the name.
20 years ago
c.h
Change MemSet to use long instead of int32, for better performance on
20 years ago
fmgr.h
Standard pgindent run for 8.1.
21 years ago
funcapi.h
Move plpgsql's fetchArgInfo() into funcapi.c, and rename to
20 years ago
getaddrinfo.h
Disble some Win32-specific code in win32-client-only builds:
20 years ago
getopt_long.h
Some more missed copyright notices. Many of these look like they
21 years ago
miscadmin.h
Make all command-line options of postmaster and postgres the same. See
20 years ago
pg_config.h.in
Move thread_test directory from /tools to /test so source-only tarballs
20 years ago
pg_config.h.win32
Add MSVC support for utility commands and pg_dump.
20 years ago
pg_config_manual.h
Remove BEOS port.
20 years ago
pgstat.h
Modify pgstats code to reduce performance penalties from oversized stats data
20 years ago
pgtime.h
Standard pgindent run for 8.1.
21 years ago
port.h
Add documentation on the use of *printf() macros and libintl.
20 years ago
postgres.h
I've created a new shared catalog table pg_shdescription to store
20 years ago
postgres_ext.h
Pgindent run for 8.0.
22 years ago
postgres_fe.h
Tag appropriate files for rc3
21 years ago
rusagestub.h
Fix a few macro definitions to ensure that unary minus is enclosed in
21 years ago
strdup.h
Fix an obsolete file path mentioned in a comment.
22 years ago