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
722ad326f1
Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests during
...
DROP TABLE and DROP DATABASE. Should prevent unexpected "permission denied"
failures on Windows, and is cleaner on other platforms too since we no longer
have to take it on faith that ENOENT is okay during an fsync attempt.
Patched as far back as 8.1; per recent discussion I think we are not going
to worry about Windows-specific issues in 8.0 anymore.
19 years ago
..
access
Repair two related errors in heap_lock_tuple: it was failing to recognize
19 years ago
bootstrap
Tag appropriate files for rc3
21 years ago
catalog
Mark to_number() and the numeric-type variants of to_char() as stable, not
19 years ago
commands
Change search for default operator classes so that it examines all opclasses
20 years ago
executor
Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by
20 years ago
lib
Standard pgindent run for 8.1.
20 years ago
libpq
Re-run pgindent, fixing a problem where comment lines after a blank
20 years ago
mb
Change the backend to reject strings containing invalidly-encoded multibyte
20 years ago
nodes
Tweak hash join code to use an additional heuristic for deciding whether
20 years ago
optimizer
Fix code that checks to see if an index can be considered to match the query's
20 years ago
parser
Add a new GUC parameter backslash_quote, which determines whether the SQL
20 years ago
port
Move Win32 inline define to win32.h so it is found, rather than c.h.
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.
20 years ago
rewrite
Change expandRTE() and ResolveNew() back to taking just the single
21 years ago
storage
Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests during
19 years ago
tcop
Re-run pgindent, fixing a problem where comment lines after a blank
20 years ago
utils
Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the
19 years ago
Makefile
Use 'cp' and 'chmod' in place of 'install' to install header files.
21 years ago
c.h
Move Win32 inline define to win32.h so it is found, rather than c.h.
20 years ago
fmgr.h
Standard pgindent run for 8.1.
20 years ago
funcapi.h
Re-run pgindent, fixing a problem where comment lines after a blank
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
Re-run pgindent, fixing a problem where comment lines after a blank
20 years ago
pg_config.h.in
Sync 8.1 pg_config.h.in with expected autoheader output (looks like
19 years ago
pg_config.h.win32
Stamp release 8.1.6.
19 years ago
pg_config_manual.h
Allocate a few extra LWLocks for possible use by add-on modules.
21 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.
20 years ago
port.h
Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X.
20 years ago
postgres.h
First phase of project to use fixed OIDs for all system catalogs and
21 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